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 4b43048 commit d433dbcCopy full SHA for d433dbc
.github/workflows/check_pr.yaml
@@ -16,12 +16,6 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- uses: moonrepo/setup-rust@v1
19
- - name: Run sccache-cache
20
- uses: mozilla-actions/sccache-action@v0.0.6
21
- - name: Configure sccache env var and set build profile to ephemeral build
22
- run: |
23
- echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
24
- echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
25
- run: cargo build --all
26
- run: cargo test --all
27
0 commit comments