1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-15 20:15:24 +00:00

Update go.yml

This commit is contained in:
Tim Sarbin 2019-11-13 08:32:08 -05:00 committed by GitHub
parent 13cfb3d0c4
commit 2e05406f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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