We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb91d3b + f84d0f9 commit 28ccdf1Copy full SHA for 28ccdf1
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
os: [ubuntu-latest]
16
17
steps:
18
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
19
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v6
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Install dependencies
26
run: |
27
+ sudo apt-get update
28
sudo apt-get install libsane-dev
29
30
# No tests: just check it can install
0 commit comments