Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Melechtna authored Apr 30, 2024
1 parent 6b23f8c commit 9bb2e2c
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --release

build-windows:

runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose --release

build-macos:

runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: update
run: rustup update stable
- name: Build
run: cargo build --verbose --release
- uses: actions/upload-artifact@v4
with:
name: Upload
path: target/release/lba2sd

0 comments on commit 9bb2e2c

Please # to comment.