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

View File

@@ -6,8 +6,8 @@
.dependencies = .{
.zlua = .{
.url = "git+https://github.com/natecraddock/ziglua#6889b2d90ee6ae96810a9f04ec7c62d9aa91d088",
.hash = "zlua-0.1.0-hGRpCxctBQDEQgDArJ0Kc4RDIsD-Hw3pw9pPPw_kGmmY",
.url = "git+https://github.com/natecraddock/ziglua#a4d08d97795c312e63a0f09d456f7c6d280610b4",
.hash = "zlua-0.1.0-hGRpC5c9BQAfU5bkkFfLV9B4a7Prw8N7JPIFAZBbRCkq",
},
.lpeg = .{
.url = "https://github.com/neovim/deps/raw/d495ee6f79e7962a53ad79670cb92488abe0b9b4/opt/lpeg-1.1.0.tar.gz",