Skip to content

Commit

Permalink
Windows and MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 11, 2024
1 parent 90fb05c commit bff07b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
version: "25.3"
repo-token: ${{ github.token }}
- run: protoc --version
- run: brew install pulumi
if: runner.os == 'macOS'
- run: pulumi version

- name: Build language plugin (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit bff07b3

Please sign in to comment.