mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-26 03:56:42 -05:00
Update go.yml
This commit is contained in:
parent
13cfb3d0c4
commit
2e05406f05
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -9,13 +9,14 @@ jobs:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Set up Go 1.13
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: 1.13
|
||||
id: go
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install build-essential libx11-dev mesa-common-dev libglfw3-dev libgles2-mesa-dev libasound2-dev
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user