diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c8584e..80f97bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,20 +15,20 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev + - name: Checkout + uses: actions/checkout@v3 + - name: Set up Go uses: actions/setup-go@v4 with: go-version: '1.21' - - name: Checkout - uses: actions/checkout@v3 - # relevant docs: # - https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context # - https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable - - name: Set env - run: | - echo "CGO_ENABLED=0" >> $GITHUB_ENV +# - name: Set env +# run: | +# echo "CGO_ENABLED=0" >> $GITHUB_ENV - name: Check run: go test -v ./...