Skip to content

Commit dd1a52f

Browse files
committed
ci: fix deps
1 parent b324b4f commit dd1a52f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31+
sudo apt-get update
32+
sudo apt-get install libarchive-tools -y
3133
python -m pip install uv
3234
uv sync
3335

0 commit comments

Comments
 (0)