Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Oct 27, 2024
1 parent e3ff61e commit 88bae4c
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
update: true
install: autotools mingw-w64-x86_64-pkg-config
install: autotools
- name: Bootstrap
shell: msys2 {0}
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
fi
- name: Configure
shell: bash
run: ./configure --disable-openssl --disable-readline --disable-zlib || cat config.log
run: ./configure --disable-openssl --disable-readline --disable-zlib PKG_CONFIG=pkgconfig || cat config.log
- name: Setup dev env
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit 88bae4c

Please sign in to comment.