Browse Source

Add git to msys2 dependencies

master
Krisjanis Rijnieks 5 years ago
parent
commit
4fe915cc12
  1. 2
      .github/workflows/windows.yml

2
.github/workflows/windows.yml

@ -15,7 +15,7 @@ jobs:
- uses: msys2/setup-msys2@v2 - uses: msys2/setup-msys2@v2
with: with:
update: true update: true
install: unzip install: unzip git
msystem: MINGW64 msystem: MINGW64
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:

Loading…
Cancel
Save