ci: fix zig executable path to obtain zig version

This commit is contained in:
Loris Cro
2022-11-24 00:05:46 +01:00
committed by Andrew Kelley
parent 99f2ce5e91
commit 3adbe0afa3

View File

@@ -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: