We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a319e commit 875edd0Copy full SHA for 875edd0
.github/workflows/adobe_source_libraries.yml
@@ -64,9 +64,8 @@ jobs:
64
65
- name: Configure (Windows)
66
if: ${{ startsWith(matrix.config.os, 'windows') }}
67
- shell: cmd
+ shell: bash
68
run: |
69
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
70
mkdir ..\build
71
cmake -S. -B../build -GNinja -DCMAKE_BUILD_TYPE=${{matrix.config.build-type}} -DCMAKE_CXX_STANDARD=${{matrix.config.cxxstd}}
72
@@ -78,9 +77,8 @@ jobs:
78
77
79
- name: Build (Windows)
80
81
82
83
84
cmake --build ../build/
85
86
- name: Test
0 commit comments