Skip to content

Commit

Permalink
Fixed version checking workflow after moving test-versioning.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 1, 2025
1 parent 468afe0 commit f37ca0e
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 @@ -110,7 +110,7 @@ jobs:
- name: Check that versioning is consistent
# We only need to run this once: arbitrarily use the Linux/CMake build
if: "runner.os == 'Linux' && matrix.platform.cmake"
run: ./test-versioning.sh
run: ./build-scripts/test-versioning.sh

- name: Configure (CMake)
if: "matrix.platform.cmake"
Expand Down

0 comments on commit f37ca0e

Please sign in to comment.