Skip to content

Commit

Permalink
github fix MSRV check
Browse files Browse the repository at this point in the history
typo was causing shell script to be run as one line statement instead
of several. By bad luck, it passed.
  • Loading branch information
jtmoon79 committed Jan 3, 2023
1 parent 1e58094 commit 58d2f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
toolchain: ${{ matrix.msrv }}
- name: Build using rust ${{ matrix.msrv }} on ${{ matrix.os }}
shell: bash
run:
run: |
set -eux
cargo --version
cargo build --verbose
Expand Down

0 comments on commit 58d2f20

Please sign in to comment.