Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Coulom committed Sep 18, 2024
1 parent 4c28af8 commit bcf17c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/universal_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Configure CMake
working-directory: ${{github.workspace}}/compcmake
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN8FILE=${{runner.workspace}}/b/vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE=${{runner.workspace}}/b/vcpkg/scripts/buildsystems/vcpkg.cmake

- name: Test
uses: threeal/[email protected]
Expand Down

0 comments on commit bcf17c1

Please sign in to comment.