Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Dec 21, 2023
1 parent 8f5242e commit e5a8a16
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
target
key: test
- uses: actions-rs/toolchain@v1
with:
override: true
- uses: actions-rs/cargo@v1
with:
command: test
Expand All @@ -44,8 +42,6 @@ jobs:
target
key: codecov
- uses: actions-rs/toolchain@v1
with:
override: true
- name: Install tarpaulin
run: cargo install cargo-tarpaulin
continue-on-error: true
Expand All @@ -71,7 +67,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
target: x86_64-pc-windows-gnu
override: true
- uses: actions-rs/cargo@v1
with:
command: build
Expand Down Expand Up @@ -100,7 +95,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
target: x86_64-unknown-linux-gnu
override: true
- uses: actions-rs/cargo@v1
with:
command: build
Expand Down Expand Up @@ -128,7 +122,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
target: aarch64-apple-darwin
override: true
- uses: actions-rs/cargo@v1
with:
command: build
Expand Down

0 comments on commit e5a8a16

Please sign in to comment.