Skip to content

Commit 005af30

Browse files
committed
Fix syntax
1 parent 244f560 commit 005af30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
arch: ${{ matrix.arch }}
8484

8585
- name: 'Configure CMake'
86-
working-directory: ${{env.GITHUB_WORKSPACE}}
86+
working-directory: ${{ github.workspace }}
8787
run: cmake --preset=${{ matrix.build_type }}
8888

8989
- name: 'Build'
90-
working-directory: ${{env.GITHUB_WORKSPACE}}
90+
working-directory: ${{ github.workspace }}
9191
run: cmake --build out\build\${{ matrix.build_type }}

0 commit comments

Comments
 (0)