Skip to content

Commit 94b4022

Browse files
committed
dbg: try to fix apt get issues
1 parent c949de5 commit 94b4022

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v3
2424
- uses: moonrepo/setup-rust@v1
25+
26+
- name: Fix apt-get issues
27+
run: sudo apt-get update --fix-missing || true
28+
2529
- run: cargo test --all

0 commit comments

Comments
 (0)