Skip to content

Commit

Permalink
ci: fix win build (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead authored Oct 23, 2023
1 parent 19ca4e6 commit 5d640ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5d640ff

Please sign in to comment.