We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbec6e commit 602c02bCopy full SHA for 602c02b
.github/workflows/pull_request.yml
@@ -184,6 +184,8 @@ jobs:
184
uses: ./.github/actions/free-disk-space
185
- name: Install toolchain
186
uses: moonrepo/setup-rust@v1
187
+ with:
188
+ cache-base: main
189
- name: Build main binary
190
run: cargo build -p pgt_cli --release
191
- name: Setup Bun
@@ -220,9 +222,10 @@ jobs:
220
222
221
223
with:
224
cache-base: main
- components: rustfmt
225
env:
226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227
+ - name: Ensure RustFMT on nightly toolchain
228
+ run: rustup component add rustfmt --toolchain nightly
229
- name: echo toolchain
230
run: rustup show
231
- name: Run the analyser codegen
0 commit comments