We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f27ed8 + c4d0b74 commit cc621b4Copy full SHA for cc621b4
1 file changed
.github/workflows/build-packages.yml
@@ -105,7 +105,10 @@ jobs:
105
if: runner.os == 'Linux'
106
run: |
107
sudo apt-get update
108
- sudo apt-get install --no-install-recommends -y rpm libarchive-tools libfuse2
+ sudo apt-get install --no-install-recommends -y rpm libarchive-tools
109
+ if ! sudo apt-get install --no-install-recommends -y libfuse2; then
110
+ sudo apt-get install --no-install-recommends -y libfuse2t64
111
+ fi
112
113
- name: Install dependencies
114
run: npm ci
0 commit comments