From 417b67fdf81c9353289c68e6332c853d83fb766b Mon Sep 17 00:00:00 2001 From: jede Date: Mon, 4 Dec 2023 23:15:50 +0100 Subject: [PATCH] test --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49daebd..5a12d58 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,17 +69,15 @@ jobs: # git checkout - name: Prepare environment for oricutron - if: steps.cache-sdk.outputs.cache-hit != 'true' + # if: steps.cache-sdk.outputs.cache-hit != 'true' 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 oricutron && make && pwd && ls -l && cd .. && mv oricutron ${GITHUB_WORKSPACE}/ echo Timeout oricutron : $TMOUT_ORICUTRON PATH=$PATH:/home/runner/work/kernel/kernel/oricutron export PATH - - # - name: Compile orix-sdk # if: steps.cache-sdk.outputs.cache-hit != 'true' # working-directory: orix-sdk @@ -91,6 +89,7 @@ jobs: cc65 -V ls -lR orix-sdk ls -l cc65/bin + pwd build: # The type of runner that the job will run on @@ -147,7 +146,7 @@ jobs: - name: Launch oricutron run: | echo "export SDL_AUDIODRIVER=dummy" > xvfb.sh - echo "xvfb-run /home/runner/work/kernel/kernel/oricutron/oricutron" >> xvfb.sh + echo "xvfb-run ${GITHUB_WORKSPACE}/oricutron" >> xvfb.sh chmod +x xvfb.sh timeout 5 ./xvfb.sh