mirror of
https://github.com/1f349/violet.git
synced 2024-11-21 10:51:40 +00:00
Update workflow to use inkscape ppa
This commit is contained in:
parent
b2a53722e6
commit
d659d71ba4
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- uses: actions/checkout@v3
|
- 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: sudo apt-get install inkscape -y
|
||||||
- run: go build ./cmd/violet/
|
- run: go build ./cmd/violet/
|
||||||
- run: go test ./...
|
- run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user