build: Fixed some references to renamed test-versioning.sh

This commit is contained in:
Ryan C. Gordon
2022-09-28 09:37:21 -04:00
parent f6565c329b
commit f648c000bd
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,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.autotools"
run: ./test/versioning.sh
run: ./build-scripts/test-versioning.sh
- name: Configure (CMake)
if: "! matrix.platform.autotools"
run: |