Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 23, 2023
1 parent 03723a6 commit c5cdcce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint_and_test_go-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
env:
USE_JEMALLOC: OFF
ARTIFACT_NAME: release_for_go_client
BUILD_OPTIONS: -t release
BUILD_OPTIONS: -t release --compiler clang-10,clang++-10
container:
image: apache/pegasus:thirdparties-bin-test-ubuntu2004-${{ github.base_ref }}
image: apache/pegasus:thirdparties-bin-ubuntu2004-${{ github.base_ref }}
steps:
- uses: actions/checkout@v3
- uses: "./.github/actions/rebuild_thirdparty_if_needed"
Expand All @@ -84,7 +84,7 @@ jobs:
env:
ARTIFACT_NAME: release_for_go_client
container:
image: apache/pegasus:thirdparties-bin-test-ubuntu2004-${{ github.base_ref }}
image: apache/pegasus:thirdparties-bin-ubuntu2004-${{ github.base_ref }}
steps:
- name: Install thrift
run: |
Expand Down

0 comments on commit c5cdcce

Please sign in to comment.