From 28e2a3508b19fbc752da1bf1c9c1e22c13029112 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 1 Jan 2025 11:17:46 -0800
Subject: [PATCH] Fixed version checking workflow after moving
test-versioning.sh
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d134639d..560ac96b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -89,7 +89,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"