Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversebitree committed Feb 1, 2024
1 parent 5d07514 commit 0200379
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 @@ -68,7 +68,7 @@ jobs:
- name: Configure CMake
working-directory: ${{ github.workspace }}
run: |
cmake --preset "DEFAULT-DEV"
cmake --preset "DEFAULT-${{ env.BUILD_TYPE }}"
- name: Build
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 0200379

Please sign in to comment.