From 1810ef60befb932e75898c7ebf5781d3073a00f8 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 29 Mar 2020 18:41:30 -0400 Subject: [PATCH] Adds --fix-missing in the hope of catching more issues automatically. --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 655cd5a67..92e96470f 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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