1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-09 20:25:19 +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

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