Skip to content

Commit

Permalink
Update build defs to Rust 1.80.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Aug 15, 2024
1 parent bd5db3c commit d50720e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: 1.80
override: true
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: 1.80
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -48,7 +48,7 @@ jobs:
run: sudo apt-get install mingw-w64
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-04
toolchain: 1.80
target: x86_64-pc-windows-gnu
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-04
toolchain: 1.80
target: x86_64-unknown-linux-gnu
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -92,7 +92,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-04
toolchain: 1.80
target: aarch64-apple-darwin
override: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit d50720e

Please sign in to comment.