Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-CongD authored Mar 18, 2024
1 parent fb2e643 commit 88c8a0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: CI
on: [push]

jobs:
windows:
runs-on: windows-latest
steps:
- run: choco install ninja
- run: ninja --version

0 comments on commit 88c8a0d

Please sign in to comment.