Skip to content

Commit

Permalink
cargo build with --locked option
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 8, 2025
1 parent 97972a0 commit dd19388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
if: matrix.c2a_user == 'subobc'
working-directory: ./examples/mobc
run: |
cargo build
cargo build --locked
- name: build C2A
working-directory: ./examples/${{ matrix.c2a_user }}
run: |
cargo build
cargo build --locked
- name: run mobc C2A
if: matrix.c2a_user == 'mobc'
Expand Down

0 comments on commit dd19388

Please sign in to comment.