Skip to content

Commit

Permalink
Merge pull request #325 from jmt-lab/fix-workflows
Browse files Browse the repository at this point in the history
Update to latest nightly, cargo dep update and remove workflow hacks
  • Loading branch information
jmt-lab committed Jul 17, 2024
2 parents a1cc72c + 2aa39db commit e9c3d18
Show file tree
Hide file tree
Showing 11 changed files with 447 additions and 445 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Install Cross
# Pin cargo cross to a version that we know is working for us.
run: |
cargo install cross --locked --git https://github.com/cross-rs/cross/ --rev d6511b7b
cargo install cross --git https://github.com/cross-rs/cross/ --rev d6511b7b --locked
- name: Run cargo-dist
# This logic is a bit janky because it's trying to be a polyglot between
# powershell and bash since this will run on windows, macos, and linux!
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- run: cargo install --locked cargo-deny
- run: cargo install --locked cargo-make@0.37.12
- run: cargo install cargo-deny --locked
- run: cargo install cargo-make --locked
- run: make build
Loading

0 comments on commit e9c3d18

Please sign in to comment.