Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andro404-MC committed May 12, 2024
1 parent 8324a2e commit 9326a5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:

- name: Installing packages
run : sudo apt update && sudo apt-get install golang gcc libgl1-mesa-dev xorg-dev libgtk-3-dev


- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.3

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 9326a5d

Please sign in to comment.