diff --git a/.github/workflows/lms.yml b/.github/workflows/lms.yml index fcf73d0d..e4edd51d 100644 --- a/.github/workflows/lms.yml +++ b/.github/workflows/lms.yml @@ -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