Skip to content

Commit

Permalink
fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Feb 28, 2025
1 parent 11e17b9 commit 0a641c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: install cargo-msrv
run: docker pull foresterre/cargo-msrv
- name: find minimum supported rust version
id: msrv
id: run-msrv
run: |
min_version="$(docker run --rm -t -v "$PWD/":/app/ foresterre/cargo-msrv find --no-log --output-format minimal)"
echo "result=$min_version" >> "$GITHUB_OUTPUT"
- name: echo
run: echo ${{ steps.find.outputs.result }}
run: echo ${{ steps.run-msrv.outputs.result }}

check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a641c1

Please sign in to comment.