We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6782acd commit 3cd10f3Copy full SHA for 3cd10f3
.github/workflows/cmake-multiple-platform.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Configure
102
shell: bash -el {0}
103
run: |
104
- cmake -S . -B build -G "Ninja" -DCPPLM_VERSION="${{ needs.setup.outputs.tag_name }}"
+ cmake -S . -B build -G "Ninja" -DPOLYHOOK_VERSION="${{ needs.setup.outputs.tag_name }}"
105
106
- name: Build
107
0 commit comments