actions: apt install on GH hosted arm builds also

This commit is contained in:
Jay Lee
2025-01-16 12:27:28 -05:00
committed by GitHub
parent 67390a9863
commit 91db5e5c45

View File

@@ -192,7 +192,7 @@ jobs:
echo "gampath=${gampath}" >> $GITHUB_ENV
- name: Install necessary Github-hosted Linux packages
if: runner.os == 'Linux' && runner.arch == 'X64'
if: runner.os == 'Linux'
run: |
echo "RUNNING: apt update..."
sudo apt-get -qq --yes update