Skip to content

Commit 3e369f4

Browse files
committed
fixup! Refactor dep_rust so it is re-usable in new nightly job
Signed-off-by: James Sturtevant <[email protected]>
1 parent afa991f commit 3e369f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167

168168
- name: Run Rust examples - linux
169-
if: false
169+
if: ${{ (runner.os != 'Windows') }}
170170
env:
171171
CARGO_TERM_COLOR: always
172172
RUST_LOG: debug

0 commit comments

Comments
 (0)