Skip to content

Commit

Permalink
Fix CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Sep 13, 2023
1 parent 595f890 commit 6770919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: dnf install -y autoconf automake diffutils libtool mingw32-curl mingw32-gcc-c++ mingw32-hidapi mingw32-libzip mingw32-nsis python3-pip python3-wheel
run: dnf install -y autoconf automake diffutils libtool mingw32-curl mingw32-gcc-c++ mingw32-hidapi mingw32-libstdc++ mingw32-libzip mingw32-nsis python3-pip python3-wheel
- name: Build libconcord
run: |
cd libconcord
Expand Down

0 comments on commit 6770919

Please sign in to comment.