mirror of
https://github.com/PabloMK7/citra.git
synced 2025-02-25 14:05:06 +01:00
Actions build: fix errors.
This commit is contained in:
parent
cdce02607a
commit
5a386a5bd6
@ -8,6 +8,7 @@ COMPAT_LIST='dist/compatibility_list/compatibility_list.json'
|
||||
|
||||
mkdir artifacts
|
||||
|
||||
sudo rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
pip3 install git-archive-all
|
||||
touch "${COMPAT_LIST}"
|
||||
git describe --abbrev=0 --always HEAD > GIT-COMMIT
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -175,7 +175,7 @@ jobs:
|
||||
name: ${{ env.OS }}-${{ env.TARGET }}
|
||||
path: artifacts/
|
||||
android:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
CCACHE_DIR: ${{ github.workspace }}/.ccache
|
||||
CCACHE_COMPILERCHECK: content
|
||||
|
Loading…
x
Reference in New Issue
Block a user