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 Apr 2, 2024
1 parent 82b4685 commit 9c42d2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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 All @@ -33,7 +35,7 @@ jobs:
shell: bash

- name: Mount bazel cache
uses: actions/cache@v3.3.1
uses: actions/cache@v4
with:
path: ${{ matrix.cache }}
key: bazel-${{ matrix.os }}
Expand Down

0 comments on commit 9c42d2b

Please sign in to comment.