Skip to content

Commit

Permalink
Compile for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ktwrd committed Jun 3, 2024
1 parent 6147c2f commit 0041ecd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ env:

jobs:
build:

runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
filename: 'beans-rs'
- os: windows-latest
filename: 'beans-rs.exe'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 0041ecd

Please sign in to comment.