We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea58930 commit 5dd197fCopy full SHA for 5dd197f
.github/workflows/main.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Install rust target
102
run: rustup target add $TARGET
103
- name: Run build
104
- run: cargo build --release --verbose --config opt-level=3 --config lto="thin" --target $TARGET
+ run: cargo build --release --verbose --config opt-level=3 --config lto="'thin'" --target $TARGET
105
- name: List target
106
run: find ./target
107
- name: Compress
0 commit comments