Skip to content

Commit

Permalink
Pasto
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 30, 2024
1 parent 8106937 commit 197d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
run: |
grep -E 'const version =' build.zig | grep -E '"${{ github.ref_name }}"' || exit 78
echo "Zig build version check passed."
grep -E 'COMPATIBILITY AnyNewerVersion' build.zig | grep -E ' ${{ github.ref_name }} ' || exit 78
grep -E 'COMPATIBILITY AnyNewerVersion' CMakeLists.txt | grep -E ' ${{ github.ref_name }} ' || exit 78
echo "CMake version check passed."

0 comments on commit 197d925

Please sign in to comment.