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 401bf3a commit fe199c2Copy full SHA for fe199c2
.github/workflows/build.yml
@@ -57,6 +57,8 @@ jobs:
57
run: |
58
sudo apt update
59
sudo apt install ninja-build
60
+ sudo apt-get update
61
+ sudo apt-get install -y git
62
63
- name: Build for Windows
64
if: ${{ matrix.target == 'windows' }}
0 commit comments