Commit 7cd43bc 1 parent d94d30e commit 7cd43bc Copy full SHA for 7cd43bc
File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,9 @@ jobs:
121
121
- image : ubuntudesktop/gnome-3-38-2004
122
122
steps :
123
123
- run : sudo apt-get -y update
124
- - run : sudo apt-get install -y git curl dpkg fakeroot rpm
125
- # - run: sudo snap install snapd
126
- # - run: sudo snap install snapcraft --classic
124
+ - run : sudo apt-get install -y git curl dpkg fakeroot rpm lsb-release
127
125
- install
128
- - run : npx yarn run publish --arch=<< parameters.arch >> --dry-run
126
+ - run : DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
129
127
# CircleCI doesn't let you persist files with the same name from multiple
130
128
# jobs, so only persist the .webpack path from the x64 linux-build job
131
129
- when :
Original file line number Diff line number Diff line change @@ -143,9 +143,8 @@ const config = {
143
143
} ,
144
144
features : {
145
145
audio : true ,
146
- video : true ,
147
- webgl : true ,
148
146
} ,
147
+ snapcraft : '/snap/bin/snapcraft' ,
149
148
} ,
150
149
} ,
151
150
] ,
You can’t perform that action at this time.
0 commit comments