Skip to content

Commit

Permalink
Remove unused matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
torrancew committed Jul 14, 2024
1 parent 688be5b commit d707770
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- x86_64
steps:
- name: Install dependencies
run: |
Expand All @@ -42,7 +38,7 @@ jobs:
target/
- uses: actions-rs/cargo@v1
with:
command: build --all-targets
command: build
toolchain: stable
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit d707770

Please sign in to comment.