Skip to content

Commit 875edd0

Browse files
committed
Update adobe_source_libraries.yml
1 parent 44a319e commit 875edd0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/adobe_source_libraries.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ jobs:
6464
6565
- name: Configure (Windows)
6666
if: ${{ startsWith(matrix.config.os, 'windows') }}
67-
shell: cmd
67+
shell: bash
6868
run: |
69-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
7069
mkdir ..\build
7170
cmake -S. -B../build -GNinja -DCMAKE_BUILD_TYPE=${{matrix.config.build-type}} -DCMAKE_CXX_STANDARD=${{matrix.config.cxxstd}}
7271
@@ -78,9 +77,8 @@ jobs:
7877
7978
- name: Build (Windows)
8079
if: ${{ startsWith(matrix.config.os, 'windows') }}
81-
shell: cmd
80+
shell: bash
8281
run: |
83-
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
8482
cmake --build ../build/
8583
8684
- name: Test

0 commit comments

Comments
 (0)