We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c72858 commit 47bea02Copy full SHA for 47bea02
.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- uses: actions/setup-python@v4
21
+ with:
22
+ python-version: '3.8'
23
24
- name: Install dependencies
25
run: |
@@ -39,6 +41,8 @@ jobs:
39
41
40
42
43
44
45
46
47
48
@@ -63,6 +67,8 @@ jobs:
63
67
64
68
65
69
70
71
66
72
- name: Flatpak builder
73
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
74
with:
0 commit comments