We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfd2bd commit 9d876fbCopy full SHA for 9d876fb
.github/workflows/compile_sqlite.yml
@@ -69,6 +69,7 @@ jobs:
69
shell: bash
70
if: runner.os == 'Linux' && steps.cache_build.outputs.cache-hit != 'true'
71
run: |
72
+ sudo apt update
73
sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
74
75
- name: Compile sqlite3
0 commit comments