Skip to content

Commit

Permalink
Make use of Cargo.lock in automation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
90degs2infty committed Jan 5, 2024
1 parent b1c20ea commit a49458a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install `flip-link`
run: cargo install flip-link
- name: Build application in ${{ matrix.profile }} profile
run: cargo build --profile ${{ matrix.profile }}
run: cargo build --profile ${{ matrix.profile }} --locked
- name: Upload binary in ${{ matrix.profile }} profile
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a49458a

Please sign in to comment.