Skip to content

Commit ca3aed1

Browse files
authored
chore: configure Windows' CI toolchain explicitly (#192)
1 parent 1da97e3 commit ca3aed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
msystem: MINGW64
155155
install: >-
156156
mingw-w64-x86_64-cmake
157-
mingw-w64-x86_64-gcc
157+
mingw-w64-x86_64-toolchain
158158
- name: Setup build environment
159159
uses: ./.github/actions/setup-build
160160
- name: Build and Test ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)