Skip to content

Commit

Permalink
Push correct version for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Jul 9, 2024
1 parent 71f1292 commit 4f4a339
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Build
run: |
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS=-DDEXED_ID=${{ env.BUILD_VERSION }}
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_CXX_FLAGS=-DDEXED_ID="${{ env.BUILD_VERSION }}"
cmake --build ${{github.workspace}}/build --config ${{ env.BUILD_TYPE }}
- name: Show
Expand Down
2 changes: 1 addition & 1 deletion libs/JUCE
Submodule JUCE updated 1028 files
2 changes: 1 addition & 1 deletion libs/MTS-ESP
2 changes: 1 addition & 1 deletion libs/vst3sdk

0 comments on commit 4f4a339

Please sign in to comment.