Skip to content

Commit

Permalink
Fix missing os check
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed May 6, 2021
1 parent 9c6266a commit c9f7ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
run: sudo xcode-select -switch /Applications/Xcode_12.2.app
- name: Build native binaries
run: bash build.sh deploy
if: matrix.os != 'ubuntu-latest'
- name: Build native binaries in centos container
if: matrix.os == 'ubuntu-latest'
uses: docker://ghcr.io/gliwka/centos6-devtoolset7:main
with:
args: build.sh deploy

0 comments on commit c9f7ae1

Please sign in to comment.