mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 02:45:39 +00:00
build(deps): bump zig to v0.15.2
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user