add apt-get update in the script
Some checks failed
Build an image to deploy website / build (push) Failing after 6s
Some checks failed
Build an image to deploy website / build (push) Failing after 6s
This commit is contained in:
parent
0516fc17e8
commit
338e753b50
@ -20,8 +20,11 @@ jobs:
|
|||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: update deps
|
||||||
|
run: apt-get update
|
||||||
|
|
||||||
- name: Setup pandoc
|
- name: Setup pandoc
|
||||||
uses: https://github.com/r-lib/actions/setup-pandoc@v1
|
uses: https://github.com/r-lib/actions/setup-pandoc@vj1
|
||||||
with:
|
with:
|
||||||
pandoc-version: '3.4'
|
pandoc-version: '3.4'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user