AAAAH
This commit is contained in:
parent
b535b071f0
commit
8526dd2eca
2
.github/workflows/build-emu.yml
vendored
2
.github/workflows/build-emu.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
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' }}
|
if: ${{ matrix.os == 'macos' }}
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
if: ${{ matrix.os == 'ubuntu' }}
|
if: ${{ matrix.os == 'ubuntu' }}
|
||||||
|
|
|
@ -7,4 +7,4 @@ resolver = "2"
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
# codegen-units = 1
|
codegen-units = 1
|
Loading…
Reference in a new issue