| author | |
| committer | |
| log | bcb8ef50ffaa377dc9453535219b780f1ad8cce2 |
| tree | d5fa82dfaae7ac03fb17d97c79ce36d69f073820 |
| parent | 1d7faf30f9c40cd1d4cb74480d0cc4e51c43ff0b |
1 files changed, 1 insertions(+), 1 deletions(-)
.github/workflows/ci.yaml+1-1| ... | ... | @@ -19,7 +19,7 @@ jobs: |
| 19 | 19 | # to have another job provide this information. |
| 20 | 20 | - name: Get Version |
| 21 | 21 | id: version |
| 22 | run: echo "version=$(stage3/bin/zig version)" >> $GITHUB_OUTPUT | |
| 22 | run: echo "version=$(stage3-debug/bin/zig version)" >> $GITHUB_OUTPUT | |
| 23 | 23 | x86_64-linux-release: |
| 24 | 24 | runs-on: [self-hosted, Linux, x86_64] |
| 25 | 25 | steps: |