Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed May 12, 2024
1 parent 35e6779 commit 6bbad4d
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 @@ -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 && ls -l && ldconfig
cd ${GITHUB_WORKSPACE}/oricutron && ls -l && sudo ldconfig && ls -l /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0
timeout --preserve-status 20 ./xvfb.sh || exit 0
- name: Check unit-test
Expand Down

0 comments on commit 6bbad4d

Please sign in to comment.