Skip to content

Commit 28ccdf1

Browse files
authored
Merge pull request #102 from radarhere/package
Update packages
2 parents cb91d3b + f84d0f9 commit 28ccdf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
@@ -24,6 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27+
sudo apt-get update
2728
sudo apt-get install libsane-dev
2829
2930
# No tests: just check it can install

0 commit comments

Comments
 (0)