Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeris170 committed Aug 29, 2024
1 parent fae8320 commit dbd4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up dependencies with custom script
run: |
chmod +x ${{ steps.strings.outputs.scripts-dir }}/vcpkg.sh
${{ steps.strings.outputs.scripts-dir }}/script.sh ${{ matrix.triplet } https ${{ github.workspace }}/vcpkg
${{ steps.strings.outputs.scripts-dir }}/script.sh ${{ matrix.triplet }} https ${{ github.workspace }}/vcpkg
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit dbd4e39

Please sign in to comment.