From 80ee0bf9a870cdc4d0c5bc509bf078312c91dcb8 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 11 Feb 2021 17:19:23 +0000 Subject: [PATCH] install ykman prereqs --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c667815..b6bc5655 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,6 +142,9 @@ jobs: echo "pip=${pip}" >> $GITHUB_ENV echo "gam=${gam}" >> $GITHUB_ENV echo "gampath=${gampath}" >> $GITHUB_ENV + echo "RUNNING: apt update..." + sudo apt-get -qq --yes update > /dev/null + sudo apt-get -qq --yes install swig libpcslite-dev - name: Build and install Python, OpenSSL and PyInstaller if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true'