We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5df5d commit 81afd13Copy full SHA for 81afd13
.github/workflows/patch-apk.yml
@@ -18,6 +18,8 @@ jobs:
18
run: rustup target add x86_64-unknown-linux-musl
19
- name: Cache Rust
20
uses: Swatinem/rust-cache@v2
21
+ - name: Set up path
22
+ run: ruby -e 'puts Gem.user_dir + "/bin"' >> "$GITHUB_PATH"
23
- name: Install fpm
24
run: gem install --user-install fpm
25
- name: Running build script
0 commit comments