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 f12ff72 commit ac371deCopy full SHA for ac371de
.github/workflows/compile_sqlite.yml
@@ -66,6 +66,13 @@ jobs:
66
- uses: dart-lang/setup-dart@v1
67
# if: steps.cache_build.outputs.cache-hit != 'true'
68
69
+ - name: Install cross-compiling GCC
70
+ shell: bash
71
+ if: ${{ runner.os }} == 'Linux'
72
+ run: |
73
+ sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
74
+
75
76
- name: Compile sqlite3
77
78
run: |
0 commit comments