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 ebce9a5 commit da7ce32Copy full SHA for da7ce32
.github/workflows/build_cmake.yml
@@ -121,7 +121,12 @@ jobs:
121
122
- name: Install LaTeX (Linux)
123
run: |
124
- sudo systemctl disable snapd.service snapd.socket # workaround to avoid hanging on restarting the snapd after installing the firefox snap
+ # workaround to avoid hanging on restarting the snapd after installing the firefox snap
125
+ sudo snap remove --purge firefox
126
+ sudo snap remove --purge snapd
127
+ sudo apt remove -y --purge snapd
128
+ sudo apt-mark hold snapd
129
+ # end workaround
130
sudo apt update --fix-missing
131
sudo apt upgrade
132
sudo apt update
0 commit comments