mirror of
https://github.com/MonsterDruide1/OdysseyDecomp.git
synced 2024-11-23 05:19:52 +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
|
||||
- name: Set up dependencies
|
||||
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
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user