Skip to content

Commit

Permalink
CI: remove actions-rs/cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed May 7, 2023
1 parent 9ea1c20 commit 2391f01
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,23 @@ jobs:
- uses: actions/checkout@v3
- run: |
rustup toolchain install stable --profile minimal --no-self-update
- uses: actions-rs/cargo@v1
with:
command: build
- run: cargo build

build_MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: |
rustup toolchain install stable --profile minimal --no-self-update
- uses: actions-rs/cargo@v1
with:
command: build
- run: cargo build

build_Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- run: |
rustup toolchain install stable --profile minimal --no-self-update
- uses: actions-rs/cargo@v1
with:
command: build
- run: cargo build

build_demo:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2391f01

Please sign in to comment.