This commit is contained in:
Alex Janka 2023-04-06 16:12:34 +10:00
parent b535b071f0
commit 8526dd2eca
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
with:
toolchain: nightly
override: true
- run: rustup target add x86_64-apple-darwin, aarch64-apple-darwin
- run: rustup target add aarch64-apple-darwin x86_64-apple-darwin
if: ${{ matrix.os == 'macos' }}
- uses: awalsh128/cache-apt-pkgs-action@latest
if: ${{ matrix.os == 'ubuntu' }}

View file

@ -7,4 +7,4 @@ resolver = "2"
[profile.release]
lto = "fat"
panic = "abort"
# codegen-units = 1
codegen-units = 1