Ensure that 'go' is also installed
Some checks failed
/ deploy (push) Failing after 18s

This commit is contained in:
Sangelo 2024-01-10 16:28:57 +01:00
parent 701d10abbc
commit 3af58392f3

View file

@ -10,6 +10,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
run: |
apt-get update
apt-get install -y golang-go
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
with: