Skip to content

Commit 98ffbc8

Browse files
fix: Don't install the current nightly when checking the freshness of a project. Pavex will install the specific nightly version it requires when it initializes
1 parent 64b1840 commit 98ffbc8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

libs/pavexc_cli/template/.github/workflows/general.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,6 @@ jobs:
7272
steps:
7373
- name: Checkout repository
7474
uses: actions/checkout@v4
75-
- name: Install Rust nightly toolchain
76-
uses: actions-rust-lang/setup-rust-toolchain@v1
77-
with:
78-
toolchain: nightly
79-
components: rust-docs-json
80-
rustflags: ""
81-
cache: false
8275
- name: Install Rust stable toolchain
8376
uses: actions-rust-lang/setup-rust-toolchain@v1.6.0
8477
with:

0 commit comments

Comments
 (0)