Skip to content

Commit 830a63d

Browse files
committed
ci: remove frozen flag
1 parent 1d784e1 commit 830a63d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
run: sudo apt update && sudo apt install -y libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev
8282

8383
- name: Run tests
84-
run: cargo test --locked --frozen
84+
run: cargo test --locked
8585

8686
- name: Build debug binary
87-
run: cargo build --locked --frozen
87+
run: cargo build --locked
8888

8989
- uses: actions/upload-artifact@v5.0.0
9090
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: sudo apt update && sudo apt install -y libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev
6666

6767
- name: Build release binary
68-
run: cargo build --release --locked --frozen --target ${{ matrix.target }}
68+
run: cargo build --release --locked --target ${{ matrix.target }}
6969

7070
- name: Build archive
7171
shell: bash

0 commit comments

Comments
 (0)