diff options
author | Merry <[email protected]> | 2022-12-10 18:27:13 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-12-10 18:27:13 +0000 |
commit | 5353c5aa92bf069ed7bf9faac4aee9d14578ab0c (patch) | |
tree | e4ecac854642c4e6a461b98b3b43ee37f330c6e4 /.github | |
parent | 4fdc42182b940c82b0899f509f6f3be27783a450 (diff) | |
download | dynarmic-5353c5aa92bf069ed7bf9faac4aee9d14578ab0c.tar.gz dynarmic-5353c5aa92bf069ed7bf9faac4aee9d14578ab0c.zip |
github: aarch64: Update packages
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/aarch64.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/aarch64.yml b/.github/workflows/aarch64.yml index 05d6d271..27073cd8 100644 --- a/.github/workflows/aarch64.yml +++ b/.github/workflows/aarch64.yml @@ -19,6 +19,7 @@ jobs: - name: Install build dependencies if: ${{matrix.os == 'ubuntu-latest'}} run: > + sudo apt-get update && sudo apt-get install gcc-10-aarch64-linux-gnu g++-10-aarch64-linux-gnu |