Skip to content

Commit b3868ba

Browse files
committed
Update
1 parent 776b730 commit b3868ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ jobs:
5656

5757
- name: Install pandoc (does not install from pypi)
5858
run: |
59-
set -ex
60-
apt-get update
61-
apt-get install -y pandoc
59+
sudo apt-get update
60+
sudo apt-get install -y pandoc
6261
6362
- name: Calculate docker image
6463
shell: bash

0 commit comments

Comments
 (0)