Updated os issues and release conf

This commit is contained in:
2024-12-07 12:13:43 +02:00
parent 54e7287ae6
commit 8c14862ae7
4 changed files with 135 additions and 4 deletions

View File

@@ -19,6 +19,12 @@ jobs:
with:
go-version: '1.21'
- name: Install wkhtmltopdf
run: |
sudo apt-get update
sudo apt-get install -y wkhtmltopdf
wkhtmltopdf --version
- name: Install dependencies
run: go mod download