File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,9 @@ jobs:
121121 - image : ubuntudesktop/gnome-3-38-2004
122122 steps :
123123 - 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
127125 - 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
129127 # CircleCI doesn't let you persist files with the same name from multiple
130128 # jobs, so only persist the .webpack path from the x64 linux-build job
131129 - when :
Original file line number Diff line number Diff line change @@ -143,9 +143,8 @@ const config = {
143143 } ,
144144 features : {
145145 audio : true ,
146- video : true ,
147- webgl : true ,
148146 } ,
147+ snapcraft : '/snap/bin/snapcraft' ,
149148 } ,
150149 } ,
151150 ] ,
You can’t perform that action at this time.
0 commit comments