Skip to content

Commit 421e4c1

Browse files
committed
workflows: disable package synchronization for windows
1 parent b6de4b7 commit 421e4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
4242
- name: Install msys2
4343
uses: numworks/setup-msys2@v1
44-
- name: Synchronize package databases
45-
run: msys2do pacman -Syy --noconfirm
44+
# - name: Synchronize package databases
45+
# run: msys2do pacman -Syy --noconfirm
4646
- name: Install mingw-w64-x86_64-gcc wget make git tar
4747
run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc wget make git tar
4848

0 commit comments

Comments
 (0)