Skip to content

Commit

Permalink
MINOR: [Go][CI] Fix indentation and syntax for yml file (#34490)
Browse files Browse the repository at this point in the history
Fixing issue caused by #34488

Lead-authored-by: Matt Topol <zotthewizard@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
  • Loading branch information
zeroshade and kou committed Mar 7, 2023
1 parent 6a4c61f commit 28e6d36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/go.yml
Expand Up @@ -306,11 +306,13 @@ jobs:
run: brew install apache-arrow pkg-config
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@${{ matrix.staticcheck }}
- name: Build
- name: Add To pkg config path
shell: bash
run: |
echo "PKG_CONFIG_PATH=/usr/local/Cellar/openssl@3/3.0.8/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
ci/scripts/go_build.sh $(pwd)
echo "PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
- name: Build
shell: bash
run: ci/scripts/go_build.sh $(pwd)
- name: Test
shell: bash
run: ci/scripts/go_test.sh $(pwd)
Expand Down Expand Up @@ -374,7 +376,7 @@ jobs:

linux-arm:
name: ARM64 Debian 11 GO ${{ matrix.go }}
runs-on: ["arm", "linux"]
runs-on: ["self-hosted", "linux"]
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 60
strategy:
Expand Down

0 comments on commit 28e6d36

Please sign in to comment.