Github actions is grilling me rn
This commit is contained in:
parent
a12d7bbdf6
commit
8847811321
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -65,11 +65,11 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- name: Install nightly toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
profile: minimal
|
||||
# profile: minimal
|
||||
toolchain: nightly
|
||||
override: true
|
||||
# override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -24,12 +24,12 @@ jobs:
|
||||
build: [x86_64-linux, aarch64-linux, x86_64-macos, x86_64-windows] #, x86_64-win-gnu, win32-msvc
|
||||
include:
|
||||
- build: x86_64-linux
|
||||
os: ubuntu-20.04
|
||||
os: ubuntu-latest
|
||||
rust: nightly
|
||||
target: x86_64-unknown-linux-gnu
|
||||
cross: false
|
||||
- build: aarch64-linux
|
||||
os: ubuntu-20.04
|
||||
os: ubuntu-latest
|
||||
rust: nightly
|
||||
target: aarch64-unknown-linux-gnu
|
||||
cross: true
|
||||
|
Loading…
Reference in New Issue
Block a user