Skip to content

Commit

Permalink
fixup! fixup! ci: add windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Jan 17, 2024
1 parent 6554afc commit cc7ad78
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 @@ -23,6 +23,9 @@ jobs:
# This caches the Go installation
- uses: actions/setup-go@v4

- uses: msys2/setup-msys2@v2
if: runner.os == 'Windows'

- name: Download Windows dependencies
uses: actions/checkout@v4
if: runner.os == 'Windows'
Expand Down

0 comments on commit cc7ad78

Please sign in to comment.