mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 08:15:01 -05:00
ci: fix win build (#2499)
This commit is contained in:
parent
19ca4e6ec9
commit
5d640ff4f9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/e2e-windows.yml
vendored
6
.github/workflows/e2e-windows.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue