1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 02:55:07 +00:00

Attempt sudo.

Sorry for the noise; there's no obvious better way to test this stuff.
This commit is contained in:
Thomas Harte 2019-11-14 13:42:56 -05:00 committed by GitHub
parent c6e2b1237c
commit 40e1ec28fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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