Skip to content

Commit

Permalink
Merge pull request #44 from ckaznable/ci
Browse files Browse the repository at this point in the history
fix: ci build
  • Loading branch information
ckaznable committed Feb 6, 2024
2 parents 0977c3b + f512efd commit 6370b46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: matrix.target == 'aarch64-apple-darwin'

- name: Build target
run: cargo build --release --target ${{ matrix.target }}
run: cargo build --release --locked --target ${{ matrix.target }}

- name: Package
shell: bash
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Build target
run: cargo build --release --target ${{ matrix.target }}
run: cargo build --release --locked --target ${{ matrix.target }}

- name: Package
shell: bash
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6370b46

Please sign in to comment.