Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
update CI workflow to use --locked flag for cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Nov 25, 2024
1 parent e22222c commit fafc88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build core
run: cargo build --verbose
run: cargo build --verbose --locked
working-directory: core
- name: Build for hf-tokenizers
run: cargo build --verbose
run: cargo build --verbose --locked
working-directory: hf_tokenizers

0 comments on commit fafc88b

Please sign in to comment.