We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875edd0 commit 94ab90bCopy full SHA for 94ab90b
.github/workflows/adobe_source_libraries.yml
@@ -64,7 +64,9 @@ jobs:
64
65
- name: Configure (Windows)
66
if: ${{ startsWith(matrix.config.os, 'windows') }}
67
- shell: bash
+ uses: ilammy/msvc-dev-cmd@v1
68
+ with:
69
+ arch: amd64
70
run: |
71
mkdir ..\build
72
cmake -S. -B../build -GNinja -DCMAKE_BUILD_TYPE=${{matrix.config.build-type}} -DCMAKE_CXX_STANDARD=${{matrix.config.cxxstd}}
@@ -77,7 +79,9 @@ jobs:
77
79
78
80
- name: Build (Windows)
81
82
83
84
85
86
cmake --build ../build/
87
0 commit comments