Skip to content

Commit f625d28

Browse files
committed
Try making the workflow work.
1 parent 3d17295 commit f625d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pkg.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
deb_extra_build_packages: libcairo2-dev libpango1.0-dev
1919
release:
2020
needs: package
21+
runs-on: ${{ inputs.runs_on }}
2122
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
2223
steps:
2324
- name: Install gh

0 commit comments

Comments
 (0)