Skip to content

Commit ac371de

Browse files
committed
install gcc
1 parent f12ff72 commit ac371de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/compile_sqlite.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
- uses: dart-lang/setup-dart@v1
6767
# if: steps.cache_build.outputs.cache-hit != 'true'
6868

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+
6976
- name: Compile sqlite3
7077
# if: steps.cache_build.outputs.cache-hit != 'true'
7178
run: |

0 commit comments

Comments
 (0)