Remove unneeded path
This commit is contained in:
parent
782b5d49fc
commit
565bea3602
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Compilation with zig
|
- name: Compilation with zig
|
||||||
run: |
|
run: |
|
||||||
export PATH=/opt/zig/bin:/opt/zig:$PATH
|
export PATH=/opt/zig:$PATH
|
||||||
zig build
|
zig build
|
||||||
zig build -Dtarget=x86_64-linux
|
zig build -Dtarget=x86_64-linux
|
||||||
zig build -Dtarget=aarch64-linux
|
zig build -Dtarget=aarch64-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user