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 4cfa490
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 4 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.
7 changes: 3 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Install autotools
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 @@ -60,8 +59,8 @@ jobs:
fi
fi
- name: Configure
shell: bash
run: ./configure --disable-openssl --disable-readline --disable-zlib || cat config.log
shell: msys2 {0}
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 4cfa490

Please sign in to comment.