Skip to content

Commit

Permalink
chore: turn on builds for linux and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
howech committed Oct 18, 2024
1 parent 2d13a8f commit 76dd0f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
include:
- os: macos-latest
make_command: make:mac
# - os: ubuntu-latest
# make_command: make:linux
# - os: windows-latest
# make_command: make:win
- os: ubuntu-latest
make_command: make:linux
- os: windows-latest
make_command: make:win

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 76dd0f7

Please sign in to comment.