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 ac371de commit e9fd9d2Copy full SHA for e9fd9d2
.github/workflows/compile_sqlite.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Install cross-compiling GCC
70
shell: bash
71
- if: ${{ runner.os }} == 'Linux'
+ 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
0 commit comments