From 2e05406f05f801b45e57437c94d6ebc92a36ff5d Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Wed, 13 Nov 2019 08:32:08 -0500 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fa11381a..c1dc339b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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