From 35e67790093cda2494ab9924f421ae67fc899b5c Mon Sep 17 00:00:00 2001 From: jede Date: Sun, 12 May 2024 23:00:19 +0200 Subject: [PATCH] fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d79ef05..bcd2245 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,7 +134,7 @@ jobs: cp build/usr/share/shell/shellsd.rom ${GITHUB_WORKSPACE}/oricutron/roms/shell.rom cat tests/unit-tests/commands.sub > ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT #cat tests/unit_test/xrm.sub >> ${GITHUB_WORKSPACE}/oricutron/sdcard/ETC/AUTOBOOT - cd ${GITHUB_WORKSPACE}/oricutron + cd ${GITHUB_WORKSPACE}/oricutron && ls -l && ldconfig timeout --preserve-status 20 ./xvfb.sh || exit 0 - name: Check unit-test