Skip to content

Commit

Permalink
Remove --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
kl committed Feb 13, 2024
1 parent ca38f7d commit 85e95bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mimir_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ jobs:
--version=${{ env.SQLX_VERSION }}
--features ${{ env.SQLX_FEATURES }}
--no-default-features
--locked
# The --locked flag can be used to force Cargo to use the packaged Cargo.lock file if it is available.
# This may be useful for ensuring reproducible builds, to use the exact same set of dependencies that were available when the package was published.
# It may also be useful if a newer version of a dependency is published that no longer builds on your system, or has other problems

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

# We need to build first so we can use mimir-init-db
- name: Build project
Expand Down

0 comments on commit 85e95bb

Please sign in to comment.