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 04ac3cd commit b88377eCopy full SHA for b88377e
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
if: ${{ matrix.target == 'linux' }}
38
run: |
39
apt-get update
40
- apt-get install -y gcc
+ apt-get install -y gcc git
41
42
- name: Install aarch64-linux-gnu
43
if: ${{ matrix.platform == 'linux-arm64' }}
0 commit comments