Skip to content

Commit 47376f0

Browse files
committed
chore: bump quinn versions
1 parent 86bc715 commit 47376f0

17 files changed

Lines changed: 636 additions & 131 deletions

File tree

.github/workflows/rust-build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ on:
3333
type: string
3434
default: ''
3535

36+
defaults:
37+
run:
38+
shell: bash
39+
3640
jobs:
3741
prepare:
3842
runs-on: ubuntu-latest
@@ -79,6 +83,13 @@ jobs:
7983
submodules: true
8084
fetch-depth: 1
8185

86+
- name: Run sccache-cache
87+
uses: mozilla-actions/sccache-action@v0.0.9
88+
89+
- name: Setup SCCache
90+
run: |
91+
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
92+
8293
- name: Setup Rust cache
8394
uses: Swatinem/rust-cache@v2
8495
with:

0 commit comments

Comments
 (0)