File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
- name : Run sccache-cache
33
33
uses :
mozilla-actions/[email protected]
34
34
35
- - run : cargo build --target=${{ matrix.target }} --profile= release-lto
35
+ - run : cargo build --target=${{ matrix.target }} --release
36
36
env :
37
37
SCCACHE_GHA_ENABLED : " true"
38
38
RUSTC_WRAPPER : " sccache"
39
39
40
- - run : cp target/${{ matrix.target }}/release-lto /${{ matrix.bin }} ${{ matrix.bin }}
40
+ - run : cp target/${{ matrix.target }}/release/${{ matrix.bin }} ${{ matrix.bin }}
41
41
42
42
- if : matrix.os == 'windows-latest'
43
43
run : |
Original file line number Diff line number Diff line change @@ -42,6 +42,3 @@ clap-num = "1.1.1"
42
42
[profile .test ]
43
43
opt-level = 1
44
44
45
- [profile .release-lto ]
46
- inherits = " release"
47
- lto = true
You can’t perform that action at this time.
0 commit comments