Skip to content

Commit

Permalink
rust.yml add summary step for job_rust_msrv_os
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Mar 23, 2024
1 parent b614431 commit a069057
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ jobs:
with:
name: s4 ${{ matrix.msrv }} ${{ matrix.os }}
path: ./target/release/s4
- name: summary
shell: bash
run: |
set -eux
cargo install default-target
df=$(default-target)
echo 'Built target `'"${df}"'` using rust `'"${{ matrix.msrv }}"'` on ' \
'`'"${{ matrix.os }}"'`' >> ${GITHUB_STEP_SUMMARY}
job_rust_release_channel:
# this job downloads and builds dependency crates
Expand Down

0 comments on commit a069057

Please sign in to comment.