mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-15 12:08:33 +00:00
Attempt sudo.
Sorry for the noise; there's no obvious better way to test this stuff.
This commit is contained in:
parent
c6e2b1237c
commit
40e1ec28fb
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -17,6 +17,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: install dependencies
|
||||
run: apt-get install libsdl2-dev scons
|
||||
run: sudo apt-get install libsdl2-dev scons
|
||||
- name: make
|
||||
run: cd OSBindings/SDL; scons
|
||||
|
Loading…
Reference in New Issue
Block a user