add apt-get update in the script
Some checks failed
Build an image to deploy website / build (push) Failing after 6s

This commit is contained in:
Julien Fastré 2024-09-30 11:23:53 +02:00
parent 0516fc17e8
commit 338e753b50
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -20,8 +20,11 @@ jobs:
- name: Check out repository
uses: https://github.com/actions/checkout@v4
- name: update deps
run: apt-get update
- name: Setup pandoc
uses: https://github.com/r-lib/actions/setup-pandoc@v1
uses: https://github.com/r-lib/actions/setup-pandoc@vj1
with:
pandoc-version: '3.4'