Skip to content

Commit

Permalink
WIP: Fixup set-output cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Sep 1, 2024
1 parent 6010559 commit db2abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: msrv
run: echo "msrv::$(grep rust-version Cargo.toml | cut -d'"' -f2-2)" >> $GITHUB_OUTPUT
run: echo "msrv=$(grep rust-version Cargo.toml | cut -d'"' -f2-2)" >> $GITHUB_OUTPUT

build:
needs: set-msrv
Expand Down

0 comments on commit db2abd4

Please sign in to comment.