Skip to content

Commit 5b79ae4

Browse files
lcheylusRenjiSann
authored andcommitted
FreeBSD workflow: disable stats report for sccache action
Signed-off-by: Laurent Cheylus <foxy@free.fr>
1 parent 63ab5ed commit 5b79ae4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/freebsd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
- uses: Swatinem/rust-cache@v2
4141
- name: Run sccache-cache
4242
uses: mozilla-actions/sccache-action@v0.0.9
43+
with:
44+
disable_annotations: true
4345
- name: Prepare, build and test
4446
uses: vmactions/freebsd-vm@v1.2.5
4547
with:
@@ -134,6 +136,8 @@ jobs:
134136
- uses: Swatinem/rust-cache@v2
135137
- name: Run sccache-cache
136138
uses: mozilla-actions/sccache-action@v0.0.9
139+
with:
140+
disable_annotations: true
137141
- name: Prepare, build and test
138142
uses: vmactions/freebsd-vm@v1.2.5
139143
with:

0 commit comments

Comments
 (0)