mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
ci: fix zig executable path to obtain zig version
This commit is contained in:
parent
1d7faf30f9
commit
bcb8ef50ff
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
# to have another job provide this information.
|
||||
- name: Get Version
|
||||
id: version
|
||||
run: echo "version=$(stage3/bin/zig version)" >> $GITHUB_OUTPUT
|
||||
run: echo "version=$(stage3-debug/bin/zig version)" >> $GITHUB_OUTPUT
|
||||
x86_64-linux-release:
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user