Skip to content

Commit 91b3771

Browse files
committed
ci.yml: remove debootstrap requirement
1 parent db72302 commit 91b3771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Bootstrap test environment
2020
run: |
2121
sudo apt update
22-
sudo apt install debootstrap python3-venv make
22+
sudo apt install python3-venv make
2323
python -m pip install --upgrade pip
2424
make dev
2525
- name: Lint

0 commit comments

Comments
 (0)