Skip to content

Commit 6c93c88

Browse files
committed
mingw
1 parent 5da69e3 commit 6c93c88

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
compiler: [g++, clang++]
18-
msystem: [MSYS, MINGW32, MINGW64]
18+
msystem: [MSYS, MINGW32, MINGW64] # TODO: add CLANG64
1919
include:
2020
- msystem: MSYS
2121
pkg-prefix: ''
@@ -53,12 +53,12 @@ jobs:
5353
5454
- name: install compiler
5555
run: |
56-
pacman -S --noconfirm ${{ matrix.pkg-preifx }}${{ matrix.compiler-pkg }}
56+
pacman -S --noconfirm ${{ matrix.pkg-prefix }}${{ matrix.compiler-pkg }}
5757
5858
- name: install libc++
5959
if: matrix.compiler == 'clang++'
6060
run: |
61-
pacman -S --noconfirm ${{ matrix.pkg-preifx }}libc++
61+
pacman -S --noconfirm ${{ matrix.pkg-prefix }}libc++
6262
6363
- name: make simplecpp
6464
run: make -j$(nproc) CXXOPTS="-Werror"

0 commit comments

Comments
 (0)