Skip to content

Commit

Permalink
Workflow experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
negrutiu committed Jun 4, 2024
1 parent 8645ed4 commit 9c812cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: mingw32
location: C:\
release: false
update: true
install: git mingw-w64-i686-toolchain
Expand All @@ -32,7 +31,6 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
location: C:\
release: false
update: true
install: git mingw-w64-x86_64-toolchain
Expand Down

0 comments on commit 9c812cb

Please sign in to comment.