Skip to content

Commit

Permalink
remove --frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraiSubject committed Feb 7, 2023
1 parent 95e3e22 commit 02a79cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features --frozen
args: --release --all-features

- shell: bash
if: matrix.os == 'linux-latest' || matrix.os == 'macos-latest'
Expand Down

0 comments on commit 02a79cb

Please sign in to comment.