Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Feb 28, 2025
1 parent 391633e commit 7084e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: find minimum supported rust version
id: msrv
run: |
min_version="$(docker run --rm -t -v "$PWD/":/app/ foresterre/cargo-msrv find --no-log --output-format minimal)"
set -x
min_version="$(docker run --rm -t -v "$PWD/":/app/ foresterre/cargo-msrv find --output-format minimal)"
echo "result=$min_version" >> "$GITHUB_OUTPUT"
- name: echo
run: echo ${{ steps.find.outputs.result }}
Expand Down

0 comments on commit 7084e4d

Please sign in to comment.