Skip to content

Commit

Permalink
ci: Use stable pak
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 17, 2024
1 parent b36bab4 commit 33ec57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
env:
GITHUB_PAT: ${{ inputs.token }}
with:
pak-version: devel
pak-version: stable
needs: ${{ inputs.needs }}
packages: ${{ inputs.packages }}
extra-packages: ${{ inputs.extra-packages }} ${{ ( matrix.config.covr && 'any::covr' ) || '' }} ${{ steps.get-extra.outputs.packages }}
Expand Down

0 comments on commit 33ec57c

Please sign in to comment.