1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-16 15:29:34 +00:00

Adds --fix-missing in the hope of catching more issues automatically.

This commit is contained in:
Thomas Harte 2020-03-29 18:41:30 -04:00
parent f720a6201b
commit 1810ef60be

View File

@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: sudo apt-get --allow-releaseinfo-change update; sudo apt-get install libsdl2-dev scons
run: sudo apt-get --allow-releaseinfo-change update; sudo apt-get --fix-missing install libsdl2-dev scons
- name: Make
run: cd OSBindings/SDL; scons