Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Jun 27, 2024
1 parent 3385b36 commit f95a253
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: brew install rust
- run: cargo build
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew install node
- run: brew install rust
- run: cargo build

0 comments on commit f95a253

Please sign in to comment.