Commit 0a966f9f5c2bc6584d3956a45a52274506d8afd5

Authored by Perry Werneck
Committed by GitHub
1 parent 9493d839
Exists in master and in 1 other branch develop

Update msys2.yml

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.github/workflows/msys2.yml
... ... @@ -17,6 +17,7 @@ jobs:
17 17 shell: msys2 {0}
18 18 steps:
19 19 - uses: actions/checkout@v3
  20 + - run: git fetch --prune --unshallow
20 21 - uses: msys2/setup-msys2@v2
21 22 with:
22 23 msystem: mingw64
... ...