Skip to content

Commit 6c7fee3

Browse files
committed
Simplify the CI
According to #74.
1 parent c51a54c commit 6c7fee3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/windows.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616
- name: Get msys2
1717
shell: pwsh
1818
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
2319
Write-Output "::add-path::C:/msys64/usr/bin"
2420
Write-Output "::add-path::C:/msys64/mingw64/bin"
2521
@@ -38,9 +34,6 @@ jobs:
3834
- name: First run
3935
run: bash -lc 'exit'
4036

41-
- name: First update
42-
run: pacman -Syyuu --needed --ask=20 --noconfirm
43-
4437
- name: Install packages
4538
run: pacman -S --needed --ask=20 --noconfirm autoconf make automake-wrapper libtool mingw-w64-x86_64-ccache mingw-w64-x86_64-gcc
4639

0 commit comments

Comments
 (0)