mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-13 22:32:03 +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:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: apt-get install libsdl2-dev scons
|
run: sudo apt-get install libsdl2-dev scons
|
||||||
- name: make
|
- name: make
|
||||||
run: cd OSBindings/SDL; scons
|
run: cd OSBindings/SDL; scons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user