mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
install ykman prereqs
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -142,6 +142,9 @@ jobs:
|
|||||||
echo "pip=${pip}" >> $GITHUB_ENV
|
echo "pip=${pip}" >> $GITHUB_ENV
|
||||||
echo "gam=${gam}" >> $GITHUB_ENV
|
echo "gam=${gam}" >> $GITHUB_ENV
|
||||||
echo "gampath=${gampath}" >> $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
|
- name: Build and install Python, OpenSSL and PyInstaller
|
||||||
if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true'
|
if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user