Skip to content

Commit

Permalink
windows/ci: Fix bazel build (#230)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Aug 27, 2023
1 parent a4b43d5 commit 52aebdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
with:
fetch-depth: 0
token: ${{ steps.appauth.outputs.token || env.GITHUB_TOKEN }}
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.16'
- run: |
toolchains/regenerate.sh
shell: bash
Expand Down

0 comments on commit 52aebdb

Please sign in to comment.