mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
ci: remove gh action job output as it's not used anymore
This commit is contained in:
parent
feb806a212
commit
a3552a6c50
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -10,20 +10,14 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
x86_64-linux-debug:
|
||||
outputs:
|
||||
version: ${{ steps.version.outputs.version }}
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build and Test
|
||||
run: sh ./ci/linux/build-x86_64-debug.sh
|
||||
# The following step is required by the build-tarballs job.
|
||||
# If this job is being deleted / commented out, make sure
|
||||
# to have another job provide this information.
|
||||
- name: Get Version
|
||||
id: version
|
||||
run: echo "version=$(stage3-debug/bin/zig version)" >> $GITHUB_OUTPUT
|
||||
- name: Print Version
|
||||
run: echo "$(build-debug/stage3-debug/bin/zig version)"
|
||||
x86_64-linux-release:
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user