Update workflow to use inkscape ppa

This commit is contained in:
Melon 2023-07-13 00:28:47 +01:00
parent b2a53722e6
commit d659d71ba4
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -11,6 +11,8 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: sudo add-apt-repository ppa:inkscape.dev/stable
- run: sudo apt-get update
- run: sudo apt-get install inkscape -y
- run: go build ./cmd/violet/
- run: go test ./...