Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 4, 2024
1 parent 4049bca commit 48e7e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
id: msrv
run: |
cargo metadata --format-version 1 | jq -r '.packages.[] | select(.name == "stellar-xdr") | .rust_version'
echo msrv="$(cargo metadata --format-version 1 | jq -r '.packages.[] | select(.name == "stellar-xdr") | .rust_version')" >> $GITHUB_OUTPUT
- name: Installing the minimum supported Rust version
run: rustup default ${{ steps.msrv.outputs.msrv }}
- run: rustup target add ${{ matrix.sys.target }}
Expand Down

0 comments on commit 48e7e49

Please sign in to comment.