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 <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric authored and rafaellehmkuhl committed Apr 3, 2024
1 parent 26c31c6 commit 434f74b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
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 434f74b

Please sign in to comment.