We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b324b4f commit dd1a52fCopy full SHA for dd1a52f
.github/workflows/tests.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Install dependencies
30
run: |
31
+ sudo apt-get update
32
+ sudo apt-get install libarchive-tools -y
33
python -m pip install uv
34
uv sync
35
0 commit comments