Skip to content

Commit

Permalink
add darwin_rockusb.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentalee committed Jul 8, 2024
1 parent b43cc6c commit 5cf72f3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/darwin_rockusb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build darwin:rockusb

on:
workflow_dispatch:
inputs: {}

jobs:
build:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Build
run: cargo install --root . rockusb --example rockusb

- name: Upload
uses: actions/upload-artifact@v3
with:
name: rockusb-darwin-arm64
path: ./bin/rockusb

0 comments on commit 5cf72f3

Please sign in to comment.