all: update to latest Zig nightly version
Performed via: ```sh VERSION=0.10.0-dev.3952+9e070b653 ./dev/update-zig.sh ``` Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
46c4ea4ebd
commit
b282641300
11 changed files with 38 additions and 38 deletions
|
|
@ -22,7 +22,7 @@ if [ -n "${ZIG_VERSION:-}" ]; then
|
|||
|
||||
update_zig "$version" README.md
|
||||
|
||||
sources=$(find . | grep './.github/workflows' | grep -v 'third_party/' | grep -v 'DirectXShaderCompiler' | grep -v '/libs/' | grep '\.yml')
|
||||
sources=$(find . | grep './.github/workflows' | grep -v 'third_party/' | grep -v 'DirectXShaderCompiler' | grep '\.yml')
|
||||
echo "$sources" | while read line ; do update_zig "$version" "$line" ; done
|
||||
else
|
||||
echo "must specify e.g. ZIG_VERSION=0.10.0-dev.2017+a0a2ce92c"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue