Skip to content

Commit 9d876fb

Browse files
committed
Run apt update as well
1 parent 0dfd2bd commit 9d876fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile_sqlite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
shell: bash
7070
if: runner.os == 'Linux' && steps.cache_build.outputs.cache-hit != 'true'
7171
run: |
72+
sudo apt update
7273
sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
7374
7475
- name: Compile sqlite3

0 commit comments

Comments
 (0)