There was an error while loading. Please reload this page.
1 parent c26089a commit 62b17c3Copy full SHA for 62b17c3
1 file changed
.github/workflows/release.yml
@@ -84,6 +84,12 @@ jobs:
84
fi
85
done
86
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
+
93
- name: Build release artifacts
94
run: ${{ matrix.command }}
95
0 commit comments