Skip to content

Commit

Permalink
fixup! feat: pertty
Browse files Browse the repository at this point in the history
  • Loading branch information
ofzo committed Aug 25, 2024
1 parent dae9cab commit 03107f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@nighty

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@nighty

- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@nighty
with:
components: rustfmt, clippy

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@nighty

- uses: Swatinem/rust-cache@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@nighty

- uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -63,12 +63,12 @@ jobs:
include:
- build: x86_64-linux
os: ubuntu-latest
rust: stable
rust: nighty
target: x86_64-unknown-linux-gnu
cross: false
- build: aarch64-linux
os: ubuntu-latest
rust: stable
rust: nighty
target: aarch64-unknown-linux-gnu
cross: true
# - build: riscv64-linux
Expand All @@ -78,18 +78,18 @@ jobs:
# cross: true
- build: x86_64-macos
os: macos-latest
rust: stable
rust: nighty
target: x86_64-apple-darwin
cross: false
- build: x86_64-windows
os: windows-latest
rust: stable
rust: nighty
target: x86_64-pc-windows-msvc
cross: false
# 23.03: build issues
- build: aarch64-macos
os: macos-latest
rust: stable
rust: nighty
target: aarch64-apple-darwin
cross: false
skip_tests: true # x86_64 host can't run aarch64 code
Expand Down

0 comments on commit 03107f5

Please sign in to comment.