Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
aarch64-unknown-linux-gnu

- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install zig
uses: goto-bus-stop/setup-zig@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
rustup default stable
- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Install Node
uses: actions/[email protected]
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Run clippy
run: |
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Test
id: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: make

- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Download grcov
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rustup default stable
- name: Setup sccache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6

- name: Setup mdBook
uses: peaceiris/[email protected]
Expand Down
Loading