Skip to content

Commit

Permalink
github: workflows: ci: Add windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Apr 3, 2024
1 parent 26c31c6 commit 88b5132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
suffix: linux
extension: AppImage

- os: windows-latest
suffix: windows
extension: exe

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 88b5132

Please sign in to comment.