diff options
| author | Loris Cro <kappaloris@gmail.com> | 2022-11-24 00:05:46 +0100 |
|---|---|---|
| committer | Loris Cro <kappaloris@gmail.com> | 2022-11-24 00:05:46 +0100 |
| commit | bcb8ef50ffaa377dc9453535219b780f1ad8cce2 (patch) | |
| tree | d5fa82dfaae7ac03fb17d97c79ce36d69f073820 /.github | |
| parent | 1d7faf30f9c40cd1d4cb74480d0cc4e51c43ff0b (diff) | |
| download | zig-bcb8ef50ffaa377dc9453535219b780f1ad8cce2.tar.gz zig-bcb8ef50ffaa377dc9453535219b780f1ad8cce2.zip | |
ci: fix zig executable path to obtain zig version
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 59ae03e8b7..75bd4e2fb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |
