Skip to content

Commit 1a3c105

Browse files
committed
[gh-workflow] fix Mingw build
1 parent be36083 commit 1a3c105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
with_conan: false
4747
targets: |
4848
libraries.use-simple-lib \
49-
dan.io.test-mbedtls \
50-
dan.io.UseCatch2
49+
dan-examples.cxx.dan.io.test-spdlog
5150
5251
name: ${{ matrix.config.name }}
5352
runs-on: ${{ matrix.config.os }}
@@ -68,6 +67,7 @@ jobs:
6867
# while fmt (built within examples) does not compile with defaul msys-gcc :)
6968
install: >-
7069
mingw-w64-x86_64-gcc
70+
mingw-w64-x86_64-make
7171
7272
- name: Set up Python 3.11
7373
uses: actions/setup-python@v3
@@ -98,7 +98,7 @@ jobs:
9898
- name: Configure
9999
run: |
100100
cd examples
101-
dan-io configure -s github.api_token="${{ secrets.GITHUB_TOKEN }}"
101+
dan-io configure -s github.api_token=${{ secrets.GITHUB_TOKEN }}
102102
dan configure -v \
103103
-t default \
104104
-s install.destination=dist \

0 commit comments

Comments
 (0)