Get rid of copies of the Zig version

This commit is contained in:
Nikolay Govorov
2025-12-09 07:18:38 +00:00
parent f7fd68ca3d
commit bb7da6aafb
10 changed files with 64 additions and 79 deletions

View File

@@ -47,10 +47,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also.
submodules: recursive
- uses: ./.github/actions/install