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
|
- uses: actions/checkout@v2
|
||||||
- name: Install pandoc
|
- name: Install pandoc
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt-get update
|
||||||
apt install pandoc -y
|
sudo apt-get install pandoc -y
|
||||||
- name: Use Node.js 12.x
|
- name: Use Node.js 12.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user