Skip to content

Commit 632d040

Browse files
committed
Update adobe_source_libraries.yml
1 parent 94ab90b commit 632d040

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/adobe_source_libraries.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v6
3636

37-
- name: Set enviroment variables (Linux+GCC)
37+
- name: Set environment variables (Linux+GCC)
3838
if: ${{ matrix.config.compiler == 'gcc' }}
3939
shell: bash
4040
run: |
4141
echo "CC=gcc" >> $GITHUB_ENV
4242
echo "CXX=g++" >> $GITHUB_ENV
4343
44-
- name: Set enviroment variables (Linux+Clang)
44+
- name: Set environment variables (Linux+Clang)
4545
if: ${{ matrix.config.compiler == 'clang' }}
4646
shell: bash
4747
run: |
@@ -67,7 +67,7 @@ jobs:
6767
uses: ilammy/msvc-dev-cmd@v1
6868
with:
6969
arch: amd64
70-
run: |
70+
- run: |
7171
mkdir ..\build
7272
cmake -S. -B../build -GNinja -DCMAKE_BUILD_TYPE=${{matrix.config.build-type}} -DCMAKE_CXX_STANDARD=${{matrix.config.cxxstd}}
7373
@@ -79,9 +79,6 @@ jobs:
7979
8080
- name: Build (Windows)
8181
if: ${{ startsWith(matrix.config.os, 'windows') }}
82-
uses: ilammy/msvc-dev-cmd@v1
83-
with:
84-
arch: amd64
8582
run: |
8683
cmake --build ../build/
8784

0 commit comments

Comments
 (0)