Install inkscape so favicon test can run

This commit is contained in:
Melon 2023-06-05 00:06:58 +01:00
parent afc661c62b
commit ee2f1e9d5a
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -12,5 +12,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: sudo apt-get install inkscape -y
- run: go build ./cmd/violet/
- run: go test ./...