Skip to content

Commit

Permalink
Now actually set version to build for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Dec 30, 2023
1 parent 22ad579 commit 531919b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: CMake configure and build
run: |
cmake --preset ${{env.CMAKE_PRESET}}
cmake --preset ${{env.CMAKE_PRESET}} -DD2MOO_ORDINALS_VERSION=${{matrix.version}}
cmake --build --preset ${{env.CMAKE_PRESET}} --config ${{env.BUILD_TYPE}}
env: # We need to enforce VC++ here as clang is picked otherwise due to clang-tidy being in the path
CXX: CL
Expand Down

0 comments on commit 531919b

Please sign in to comment.