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 c51a54c commit 6c7fee3Copy full SHA for 6c7fee3
.github/workflows/windows.yml
@@ -16,10 +16,6 @@ jobs:
16
- name: Get msys2
17
shell: pwsh
18
run: |
19
- Invoke-WebRequest -OutFile msys2.tar.xz -Uri "http://repo.msys2.org/distrib/msys2-x86_64-latest.tar.xz"
20
- 7z x msys2.tar.xz
21
- 7z x -aoa -oC:/ msys2.tar
22
- Remove-Item msys2.tar.xz, msys2.tar
23
Write-Output "::add-path::C:/msys64/usr/bin"
24
Write-Output "::add-path::C:/msys64/mingw64/bin"
25
@@ -38,9 +34,6 @@ jobs:
38
34
- name: First run
39
35
run: bash -lc 'exit'
40
36
41
- - name: First update
42
- run: pacman -Syyuu --needed --ask=20 --noconfirm
43
-
44
37
- name: Install packages
45
run: pacman -S --needed --ask=20 --noconfirm autoconf make automake-wrapper libtool mingw-w64-x86_64-ccache mingw-w64-x86_64-gcc
46
0 commit comments