Skip to content

Commit

Permalink
infra: adiciona step para instalar Ebitengine.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronoaldo committed May 17, 2024
1 parent 1068b13 commit a767a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
go-version: "~1.21"

- name: Set up Ebitengine
run: sudo apt -y install libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config

- name: Run go vet
run: go vet ./...

Expand Down

0 comments on commit a767a4f

Please sign in to comment.