ci: fix zig executable path to obtain zig version

This commit is contained in:
Loris Cro 2022-11-24 00:05:46 +01:00
parent 1d7faf30f9
commit bcb8ef50ff

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: