Skip to content

Commit

Permalink
add more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zyunlam committed May 1, 2024
1 parent 54de3d8 commit c685da7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
submodules: recursive

- name: Set compiler
run: |
cargo build -r
Expand Down

0 comments on commit c685da7

Please sign in to comment.