Skip to content

Commit b88377e

Browse files
committed
install git
1 parent 04ac3cd commit b88377e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ matrix.target == 'linux' }}
3838
run: |
3939
apt-get update
40-
apt-get install -y gcc
40+
apt-get install -y gcc git
4141
4242
- name: Install aarch64-linux-gnu
4343
if: ${{ matrix.platform == 'linux-arm64' }}

0 commit comments

Comments
 (0)