We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019f28a commit 1d5f512Copy full SHA for 1d5f512
1 file changed
.github/workflows/test-debian.yml
@@ -10,7 +10,7 @@ jobs:
10
name: "Build debian package"
11
runs-on: ubuntu-latest
12
container:
13
- image: "debian:latest"
+ image: "debian:testing"
14
steps:
15
- name: Install dependencies
16
run: |
0 commit comments