Skip to content

Commit

Permalink
chore: hard code MSRV to see if it get picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Oct 18, 2023
1 parent bf285af commit 983091b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
run: MSRV=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[0].rust_version')
- name: Set MSRV as output
id: msrv
run: echo "MSRV=$MSRV" >> "$GITHUB_OUTPUT"
#run: echo "MSRV=$MSRV" >> "$GITHUB_OUTPUT"
run: echo "MSRV=1.70" >> "$GITHUB_OUTPUT"

## NOTE vmx 2022-06-14: currently doesn't work, hence run it on CircleCI
## for now.
Expand Down

0 comments on commit 983091b

Please sign in to comment.