Skip to content

Commit

Permalink
lock more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 20, 2023
1 parent 7148da1 commit 88088cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
sudo apt install --yes gcc pkg-config libssl-dev
- name: Install cargo play
run: cargo install cargo-play
run: cargo install --locked cargo-play

- name: Install cargo make
run: cargo install cargo-make
run: cargo install --locked cargo-make

- name: Download the list and run tests
run: cargo make test
Expand Down

0 comments on commit 88088cb

Please sign in to comment.