Skip to content

Commit

Permalink
Debugging msys build.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Oct 30, 2024
1 parent f062f22 commit 1dcea30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@ jobs:
msystem: mingw64
update: true
install: dos2unix xz mingw-w64-x86_64-gcc pkgconf mingw-w64-x86_64-gettext mingw-w64-x86_64-meson gettext-devel
- uses: robinraju/release-downloader@v1.7
with:
repository: "PerryWerneck/libudjat"
latest: true
fileName: "mingw-w64-x86_64-libudjat-1.2-0-x86_64.pkg.tar.zst"
- uses: robinraju/release-downloader@v1.7
with:
repository: "PerryWerneck/wmi"
latest: true
fileName: "mingw-w64-x86_64-wmi++-1.0-1-x86_64.pkg.tar.zst"
fileName: "mingw-w64-x86_64-wmi++-1.0-2-x86_64.pkg.tar.zst"
- name: CI-Build
run: |
pacman -U --noconfirm *.pkg.tar.zst
Expand Down

0 comments on commit 1dcea30

Please sign in to comment.