We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0201f22 commit fb5df5dCopy full SHA for fb5df5d
.github/workflows/patch-apk.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Cache Rust
20
uses: Swatinem/rust-cache@v2
21
- name: Install fpm
22
- run: gem install fpm
+ run: gem install --user-install fpm
23
- name: Running build script
24
run: ./script/apk.sh
25
- name: Save apk
0 commit comments