Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed May 12, 2024
1 parent 09cdaf3 commit 548397d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y xvfb libgtk-3-0 libgtk-3-dev libsdl1.2debian libsdl1.2-dev && sudo ldconfig
git clone https://github.com/pete-gordon/oricutron.git
cd oricutron && make && pwd && cd /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 . && cd .. && ls -l && echo ${GITHUB_WORKSPACE}
cd oricutron && make && pwd && cd /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0 . && ls -l && cd .. && ls -l && echo ${GITHUB_WORKSPACE}
echo Timeout oricutron : $secret.TMOUT_ORICUTRON
# - name: Compile orix-sdk
Expand Down

0 comments on commit 548397d

Please sign in to comment.