Change CI's zig version to 0.5.0+ae0a219d1
This commit is contained in:
parent
eba782b9d9
commit
9e79808d15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Download zig
|
- name: Download zig
|
||||||
run: |
|
run: |
|
||||||
export PYTHONIOENCODING=utf8
|
export PYTHONIOENCODING=utf8
|
||||||
wget $(curl -s 'https://ziglang.org/download/index.json' | python3 -c "import sys, json; print(json.load(sys.stdin)['master']['x86_64-linux']['tarball'])")
|
wget https://ziglang.org/builds/zig-0.5.0+ae0a219d1.tar.xz
|
||||||
sudo apt-get install mtools
|
sudo apt-get install mtools
|
||||||
tar -xvf zig*
|
tar -xvf zig*
|
||||||
- name: Build kernel
|
- name: Build kernel
|
||||||
|
|
Loading…
Reference in a new issue