ci: fix win build (#2499)

This commit is contained in:
Adrian Stobbe 2023-10-23 14:39:45 +02:00 committed by GitHub
parent 19ca4e6ec9
commit 5d640ff4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,12 @@ jobs:
with:
ref: ${{ !github.event.pull_request.head.repo.fork && github.head_ref || '' }}
- name: Setup bazel
uses: ./.github/actions/setup_bazel_nix
with:
useCache: "true"
buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }}
- name: Build CLI
uses: ./.github/actions/build_cli
with: