mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-23 13:29:49 +00:00
CI: apt update
on compile-check
This commit is contained in:
parent
8b967a1b38
commit
6e1cafa079
2
.github/workflows/compile-check.yml
vendored
2
.github/workflows/compile-check.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y python3-pip ninja-build cmake ccache xdelta3 clang libssl-dev python-is-python3 curl libncurses5
|
sudo apt update && sudo apt install -y python3-pip ninja-build cmake ccache xdelta3 clang libssl-dev python-is-python3 curl libncurses5
|
||||||
- name: Set up python
|
- name: Set up python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user