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 b9dc032 commit 6b23f8c
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,27 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
build-linux:

runs-on: ubuntu-latest, windows-latest, macos-latest
runs-on: ubuntu-latest

steps:
- 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
Expand Down

0 comments on commit 6b23f8c

Please sign in to comment.