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 f975510
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 }}-${{ github.sha }}
Expand Down

0 comments on commit f975510

Please sign in to comment.