Skip to content

Commit b580b09

Browse files
authored
ci: Use stable pak (#591)
1 parent ad65976 commit b580b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
env:
9696
GITHUB_PAT: ${{ inputs.token }}
9797
with:
98-
pak-version: devel
98+
pak-version: stable
9999
needs: ${{ inputs.needs }}
100100
packages: ${{ inputs.packages }}
101101
extra-packages: ${{ inputs.extra-packages }} ${{ ( matrix.config.covr && 'any::covr' ) || '' }} ${{ steps.get-extra.outputs.packages }}

0 commit comments

Comments
 (0)