Skip to content

Commit

Permalink
feat: enable windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Feb 20, 2024
1 parent 194e9be commit 0ac8ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
timeout-minutes: 40
strategy:
matrix:
include: # TODO: windows-latest
include:
- os: ubuntu-latest
cache: ~/.cache/bazel
- os: macos-latest
cache: /private/var/tmp/_bazel_runner
- os: windows-latest
cache: ~/.cache/bazel

steps:
- name: Checkout Code
Expand Down

0 comments on commit 0ac8ec5

Please sign in to comment.