Skip to content

Commit 5dd197f

Browse files
committed
try to enable optimizations but correctly for real this time
1 parent ea58930 commit 5dd197f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install rust target
102102
run: rustup target add $TARGET
103103
- name: Run build
104-
run: cargo build --release --verbose --config opt-level=3 --config lto="thin" --target $TARGET
104+
run: cargo build --release --verbose --config opt-level=3 --config lto="'thin'" --target $TARGET
105105
- name: List target
106106
run: find ./target
107107
- name: Compress

0 commit comments

Comments
 (0)