Skip to content

Commit

Permalink
Fix: removed locked flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Anny0nn committed Jan 1, 2025
1 parent 4960180 commit 3663445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontier-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: rustup target list --installed

- name: Build Centrum
run: cargo build --release --locked
run: cargo build --release

- name: Clone frontier tests
run: git clone https://github.com/Abstracted-Labs/frontier-tests.git --depth 1
Expand Down

0 comments on commit 3663445

Please sign in to comment.