Skip to content

Commit 79064d5

Browse files
committed
CI: Install bootimage in release mode
1 parent 970f8c3 commit 79064d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
RUSTFLAGS: "-D warnings"
5656

5757
- name: "Install it"
58-
run: cargo install --path . --debug
58+
run: cargo install --path .
5959

6060
- name: "Upload Artifact"
6161
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)