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 417b67f commit 241b93f
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 @@ -73,7 +73,7 @@ jobs:
run: |
sudo apt-get install -y xvfb libgtk-3-0 libgtk-3-dev libsdl1.2debian libsdl1.2-dev
git clone https://github.com/pete-gordon/oricutron.git
cd oricutron && make && pwd && ls -l && cd .. && mv oricutron ${GITHUB_WORKSPACE}/
cd oricutron && make && pwd && ls -l && cd .. && ls -l && mv oricutron/ ${GITHUB_WORKSPACE}/
echo Timeout oricutron : $TMOUT_ORICUTRON
PATH=$PATH:/home/runner/work/kernel/kernel/oricutron
export PATH
Expand Down

0 comments on commit 241b93f

Please sign in to comment.