Skip to content

Commit f671ba4

Browse files
committed
ci
1 parent 7fff60e commit f671ba4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.cargo/release.toml

Whitespace-only changes.

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Build
3737
run: |
38-
cargo build --release --target x86_64-unknown-linux-gnu --config /dev/null
38+
cargo build --release --target x86_64-unknown-linux-gnu --config .cargo/release.toml
3939
4040
- name: Prepare package
4141
run: |
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build
8383
run: |
84-
cargo build --release --target x86_64-pc-windows-msvc --config /dev/null
84+
cargo build --release --target x86_64-pc-windows-msvc --config .cargo/release.toml
8585
8686
- name: Prepare package
8787
run: |
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Build
133133
run: |
134-
cargo build --release --target x86_64-apple-darwin --config /dev/null
134+
cargo build --release --target x86_64-apple-darwin --config .cargo/release.toml
135135
136136
- name: Prepare Package
137137
run: |
@@ -177,7 +177,7 @@ jobs:
177177
178178
- name: Build
179179
run: |
180-
cargo build --release --target aarch64-apple-darwin --config /dev/null
180+
cargo build --release --target aarch64-apple-darwin --config .cargo/release.toml
181181
182182
- name: Prepare Package
183183
run: |

0 commit comments

Comments
 (0)