Skip to content

Commit fe199c2

Browse files
committed
fix workflow for linux
1 parent 401bf3a commit fe199c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: |
5858
sudo apt update
5959
sudo apt install ninja-build
60+
sudo apt-get update
61+
sudo apt-get install -y git
6062
6163
- name: Build for Windows
6264
if: ${{ matrix.target == 'windows' }}

0 commit comments

Comments
 (0)