Skip to content

Commit da7ce32

Browse files
committed
try enabling windows documentation workflow (attempt 12)
1 parent ebce9a5 commit da7ce32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_cmake.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ jobs:
121121

122122
- name: Install LaTeX (Linux)
123123
run: |
124-
sudo systemctl disable snapd.service snapd.socket # workaround to avoid hanging on restarting the snapd after installing the firefox snap
124+
# 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
125130
sudo apt update --fix-missing
126131
sudo apt upgrade
127132
sudo apt update

0 commit comments

Comments
 (0)