Skip to content

Commit 62b17c3

Browse files
committed
ci: install libarchive-tools for the Linux pacman build
1 parent c26089a commit 62b17c3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
fi
8585
done
8686
87+
- name: Install Linux packaging tools
88+
if: matrix.name == 'Linux'
89+
# `bsdtar` (libarchive-tools) is required by electron-builder's pacman
90+
# target to generate the package .MTREE; it isn't on ubuntu-latest.
91+
run: sudo apt-get update && sudo apt-get install -y libarchive-tools
92+
8793
- name: Build release artifacts
8894
run: ${{ matrix.command }}
8995

0 commit comments

Comments
 (0)