Skip to content

Commit

Permalink
Try normal Windows instead of MSYS2
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 31, 2024
1 parent e3a97e8 commit 6d29d20
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
build_windows:
runs-on: windows-2022
defaults:
run:
shell: msys2 {0}
# defaults:
# run:
# shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
msystem: ucrt64
install: git
pacboy: cmake gcc make pkgconf #mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-make mingw-w64-ucrt-x86_64-pkgconf
# - uses: msys2/setup-msys2@v2
# with:
# msystem: ucrt64
# install: git
# pacboy: cmake gcc make pkgconf #mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-make mingw-w64-ucrt-x86_64-pkgconf
- run: |
git clone https://github.com/libgit2/libgit2.git
mkdir libgit2/build
Expand Down

0 comments on commit 6d29d20

Please sign in to comment.