Skip to content

Commit 602c02b

Browse files
like so?
1 parent 4fbec6e commit 602c02b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
uses: ./.github/actions/free-disk-space
185185
- name: Install toolchain
186186
uses: moonrepo/setup-rust@v1
187+
with:
188+
cache-base: main
187189
- name: Build main binary
188190
run: cargo build -p pgt_cli --release
189191
- name: Setup Bun
@@ -220,9 +222,10 @@ jobs:
220222
uses: moonrepo/setup-rust@v1
221223
with:
222224
cache-base: main
223-
components: rustfmt
224225
env:
225226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227+
- name: Ensure RustFMT on nightly toolchain
228+
run: rustup component add rustfmt --toolchain nightly
226229
- name: echo toolchain
227230
run: rustup show
228231
- name: Run the analyser codegen

0 commit comments

Comments
 (0)