build(deps): bump zig to v0.15.2

This commit is contained in:
bfredl
2025-10-21 21:12:37 +02:00
parent 5ddabbeba4
commit 1df2171f2c
2 changed files with 5 additions and 5 deletions

View File

@@ -213,7 +213,7 @@ jobs:
- uses: actions/checkout@v5
- uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2
- run: sudo apt-get install -y inotify-tools
# This is a workaround for "zig fetch" being unable to decompress lua-dev-deps.tar.gz
@@ -239,7 +239,7 @@ jobs:
- uses: actions/checkout@v5
- uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2
- run: curl -L https://github.com/neovim/deps/raw/06ef2b58b0876f8de1a3f5a710473dcd7afff251/opt/lua-dev-deps.tar.gz | zcat > lua-dev-deps.tar
- run: zig fetch lua-dev-deps.tar
@@ -256,7 +256,7 @@ jobs:
- uses: actions/checkout@v5
- uses: mlugg/setup-zig@v2
with:
version: 0.15.1
version: 0.15.2
- run: curl -L https://github.com/neovim/deps/raw/06ef2b58b0876f8de1a3f5a710473dcd7afff251/opt/lua-dev-deps.tar.gz -O
- run: 7z x lua-dev-deps.tar.gz