Skip to content

Commit

Permalink
Make CI run on windows and linux
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
TheNeikos authored and ralfbiedert committed Nov 25, 2024
1 parent c1b8b1b commit 29cf59e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ env:

jobs:
Build:
runs-on: windows-latest
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit 29cf59e

Please sign in to comment.