File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments