Skip to content

Commit afbf402

Browse files
Update build.yml
1 parent 7d9ddca commit afbf402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
run: |
4646
sudo snap install snapcraft --classic
4747
48-
- name: Add tar and snap to PATH
48+
- name: Add tar and snap to PATH and install libarchive-tools
4949
if: runner.os == 'Linux'
50-
run: echo "$(dirname "$(which tar)")" >> $GITHUB_PATH && echo "/snap/bin" >> $GITHUB_PATH
50+
run: echo "$(dirname "$(which tar)")" >> $GITHUB_PATH && echo "/snap/bin" >> $GITHUB_PATH && sudo apt-get install -y libarchive-tools
5151

5252
- name: Cache Electron binaries
5353
id: electron-cache

0 commit comments

Comments
 (0)