diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5657d45..c1698fc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,6 +15,7 @@ jobs: - name: Install SDL2 run: | + sudo apt-get update sudo apt-get install libsdl2-dev - name: Set up Go 1.x