diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5a12d58..6fb702d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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