Skip to content

Commit

Permalink
Merge pull request #744 from uuid-rs/ci/build
Browse files Browse the repository at this point in the history
Fix up CI builds
  • Loading branch information
KodrAus committed Mar 18, 2024
2 parents 8c6fc53 + 23b8703 commit ef9f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Install Rust Toolchain
run: rustup update ${{ matrix.channel }}-${{ matrix.rust_target }} && rustup default ${{ matrix.channel }}-${{ matrix.rust_target }}
run: rustup default ${{ matrix.channel }}-${{ matrix.rust_target }}

- name: Install cargo-hack
run: cargo install cargo-hack
Expand Down

0 comments on commit ef9f91e

Please sign in to comment.