diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e97f2868..3b099f27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: if: ${{ matrix.target == 'linux' }} run: | apt-get update - apt-get install -y gcc + apt-get install -y gcc git - name: Install aarch64-linux-gnu if: ${{ matrix.platform == 'linux-arm64' }} |