Skip to content

Commit dda5bb0

Browse files
committed
ci: Update Debian package index before installing dependencies
1 parent 199cdce commit dda5bb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
23+
sudo apt-get update
2324
sudo apt-get install libzbar-dev
2425
python -m pip install --upgrade pip
2526
pip install -r requirements-dev.txt
@@ -38,6 +39,7 @@ jobs:
3839
python-version: '3.14'
3940
- name: Install dependencies
4041
run: |
42+
sudo apt-get update
4143
sudo apt-get install libzbar-dev
4244
python -m pip install --upgrade pip
4345
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)