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 b6de4b7 commit 421e4c1Copy full SHA for 421e4c1
.github/workflows/build.yml
@@ -41,8 +41,8 @@ jobs:
41
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
42
- name: Install msys2
43
uses: numworks/setup-msys2@v1
44
- - name: Synchronize package databases
45
- run: msys2do pacman -Syy --noconfirm
+# - name: Synchronize package databases
+# run: msys2do pacman -Syy --noconfirm
46
- name: Install mingw-w64-x86_64-gcc wget make git tar
47
run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc wget make git tar
48
0 commit comments