Skip to content

Commit 81afd13

Browse files
committedFeb 6, 2025
fixup! workflow: Fix gem install
1 parent fb5df5d commit 81afd13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/patch-apk.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: rustup target add x86_64-unknown-linux-musl
1919
- name: Cache Rust
2020
uses: Swatinem/rust-cache@v2
21+
- name: Set up path
22+
run: ruby -e 'puts Gem.user_dir + "/bin"' >> "$GITHUB_PATH"
2123
- name: Install fpm
2224
run: gem install --user-install fpm
2325
- name: Running build script

0 commit comments

Comments
 (0)
Please sign in to comment.