Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jun 28, 2024
1 parent bb214d8 commit 4d011f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
llvm-ref: ${{ github.head_ref }}
ccache-key-type: 'static' # rotate ccache key every month
compiler-llvm-repo: ${{ github.event.repository.full_name }}
enable-linux-amd64: ${{ github.event.inputs.build_linux_amd64 || false }}
enable-linux-amd64: ${{ github.event.inputs.build_linux_amd64 || true }}
enable-linux-arm64: ${{ github.event.inputs.build_linux_arm64 || true }}
enable-macos-amd64: ${{ github.event.inputs.build_macos_amd64 || false }}
enable-macos-arm64: ${{ github.event.inputs.build_macos_arm64 || false }}
enable-windows-amd64: ${{ github.event.inputs.build_windows_amd64 || true }}
enable-macos-amd64: ${{ github.event.inputs.build_macos_amd64 || true }}
enable-macos-arm64: ${{ github.event.inputs.build_macos_arm64 || true }}
enable-windows-amd64: ${{ github.event.inputs.build_windows_amd64 || false }} # not supported yet

# build:
# needs: prepare-matrix
Expand Down

0 comments on commit 4d011f2

Please sign in to comment.