CI: apt update on compile-check

This commit is contained in:
MonsterDruide1 2024-02-25 16:26:52 +01:00
parent 8b967a1b38
commit 6e1cafa079

View File

@ -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: