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 b4740fd commit d57fff4Copy full SHA for d57fff4
.github/workflows/build-packages.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install pkger
33
run: |
34
- curl -L -o /usr/local/bin/pkger https://github.com/ilya-zlobintsev/pkger/releases/download/v0.11.4/pkger
+ curl -L -o /usr/local/bin/pkger https://github.com/ilya-zlobintsev/pkger/releases/download/v0.11.5/pkger
35
chmod +x /usr/local/bin/pkger
36
37
# A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.
0 commit comments