Skip to content

Commit

Permalink
build: Reenable toolchain updates
Browse files Browse the repository at this point in the history
In PRQL#2621 I realized that we didn't have to couple these — sorry for overcomplicating previously
  • Loading branch information
max-sixty committed May 24, 2023
1 parent 7f9e78d commit 6fa878f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
update-rust-toolchain:
runs-on: ubuntu-latest
# Don't run on forks; will attempt to create a PR into the fork...
# if: ${{ !github.event.pull_request.head.repo.fork }}
if: ${{ !github.event.pull_request.head.repo.fork }}

# Disabling until we resolve what version Debian supports, ref https://github.com/PRQL/prql/pull/1561
if: false
# Note that this doesn't change the minimum supported version, only the
# default to run on. The minimum is defined by Cargo.toml's metadata.msrv.
steps:
- name: 📂 Checkout code
uses: actions/checkout@v3
- uses: a-kenji/update-rust-toolchain@main
with:
# Discussion in #1561
minor-version-delta: 3
minor-version-delta: 1
toolchain-path: "./rust-toolchain.toml"
pr-title: "build: Update rust toolchain version"

Expand Down

0 comments on commit 6fa878f

Please sign in to comment.