Skip to content

Commit bf5d592

Browse files
committed
codespaces don't have dbus so no testing building cat printer part
1 parent 5633ddc commit bf5d592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cargo build --verbose --no-default-features
2121
#- name: Run tests
2222
# run: cargo test --verbose

0 commit comments

Comments
 (0)