mirror of
https://github.com/PabloMK7/citra
synced 2024-11-14 20:58:23 +00:00
Actions build: fix errors.
This commit is contained in:
parent
cdce02607a
commit
5a386a5bd6
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue