Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Dec 4, 2023
1 parent 51d8534 commit 97214f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
- name: Prepare environment for oricutron
if: steps.cache-sdk.outputs.cache-hit != 'true'
run: |
sudo apt-get install -y xvfb libgtk-3-0 libsdl1.2debian libsdl2-dev
sudo apt-get install -y xvfb libgtk-3-0 libsdl1.2debian libsdl1.2-dev
git clone https://github.com/pete-gordon/oricutron.git
cd oricutron && make && pwd && ls -l
echo Timeout oricutron : $TMOUT_ORICUTRON
# - name: Compile orix-sdk
Expand Down
9 changes: 9 additions & 0 deletions tests/unit_test/xopen.sub
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#! /bin/submit
# touch test XOPEN O_CREAT only
touch /toto
if exist /toto echo /toto is here OK
rm /toto
if not exist /toto echo /toto is removed



0 comments on commit 97214f4

Please sign in to comment.