ci: use sudo
This commit is contained in:
parent
eecd97a8d3
commit
396b7e5683
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install pandoc
|
||||
run: |
|
||||
apt update
|
||||
apt install pandoc -y
|
||||
sudo apt-get update
|
||||
sudo apt-get install pandoc -y
|
||||
- name: Use Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user