diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0849651..986e90e 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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