You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/freebsd.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,10 @@ jobs:
40
40
- uses: Swatinem/rust-cache@v2
41
41
- name: Run sccache-cache
42
42
uses: mozilla-actions/sccache-action@v0.0.9
43
+
with:
44
+
disable_annotations: true
43
45
- name: Prepare, build and test
44
-
uses: vmactions/freebsd-vm@v1.2.5
46
+
uses: vmactions/freebsd-vm@v1.2.6
45
47
with:
46
48
usesh: true
47
49
sync: rsync
@@ -134,8 +136,10 @@ jobs:
134
136
- uses: Swatinem/rust-cache@v2
135
137
- name: Run sccache-cache
136
138
uses: mozilla-actions/sccache-action@v0.0.9
139
+
with:
140
+
disable_annotations: true
137
141
- name: Prepare, build and test
138
-
uses: vmactions/freebsd-vm@v1.2.5
142
+
uses: vmactions/freebsd-vm@v1.2.6
139
143
with:
140
144
usesh: true
141
145
sync: rsync
@@ -196,7 +200,7 @@ jobs:
196
200
if (test -z "\$FAULT"); then cargo nextest run --hide-progress-bar --profile ci --features '${{ matrix.job.features }}' || FAULT=1 ; fi
197
201
# There is no systemd-logind on FreeBSD, so test all features except feat_systemd_logind ( https://github.com/rust-lang/cargo/issues/3126#issuecomment-2523441905 )
0 commit comments