We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ddca commit afbf402Copy full SHA for afbf402
.github/workflows/build.yml
@@ -45,9 +45,9 @@ jobs:
45
run: |
46
sudo snap install snapcraft --classic
47
48
- - name: Add tar and snap to PATH
+ - name: Add tar and snap to PATH and install libarchive-tools
49
if: runner.os == 'Linux'
50
- run: echo "$(dirname "$(which tar)")" >> $GITHUB_PATH && echo "/snap/bin" >> $GITHUB_PATH
+ run: echo "$(dirname "$(which tar)")" >> $GITHUB_PATH && echo "/snap/bin" >> $GITHUB_PATH && sudo apt-get install -y libarchive-tools
51
52
- name: Cache Electron binaries
53
id: electron-cache
0 commit comments