Skip to content

Commit 94ab90b

Browse files
committed
Update adobe_source_libraries.yml
1 parent 875edd0 commit 94ab90b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/adobe_source_libraries.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
6565
- name: Configure (Windows)
6666
if: ${{ startsWith(matrix.config.os, 'windows') }}
67-
shell: bash
67+
uses: ilammy/msvc-dev-cmd@v1
68+
with:
69+
arch: amd64
6870
run: |
6971
mkdir ..\build
7072
cmake -S. -B../build -GNinja -DCMAKE_BUILD_TYPE=${{matrix.config.build-type}} -DCMAKE_CXX_STANDARD=${{matrix.config.cxxstd}}
@@ -77,7 +79,9 @@ jobs:
7779
7880
- name: Build (Windows)
7981
if: ${{ startsWith(matrix.config.os, 'windows') }}
80-
shell: bash
82+
uses: ilammy/msvc-dev-cmd@v1
83+
with:
84+
arch: amd64
8185
run: |
8286
cmake --build ../build/
8387

0 commit comments

Comments
 (0)