Skip to content

Commit

Permalink
Merge pull request #106 from kyoto7250/fix_ci
Browse files Browse the repository at this point in the history
remove arm
  • Loading branch information
kyoto7250 authored Jul 31, 2024
2 parents 01dceaf + b6d44a3 commit b31e1ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,12 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [linux, linux-arm, macos, win-msvc, win32-msvc] # [linux, linux-arm, macos, win-msvc, win32-msvc]
build: [linux, macos, win-msvc, win32-msvc]
include:
- build: linux
os: ubuntu-24.04
rust: stable
target: x86_64-unknown-linux-musl
# - build: linux-arm
# os: ubuntu-24.04
# rust: stable
# target: arm-unknown-linux-gnueabihf
- build: macos
os: macos-latest
rust: stable
Expand Down Expand Up @@ -148,7 +144,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Generate coverage
run: |
cargo llvm-cov --lcov --output-patt target/lcov.info --no-default-features --features=crossterm
cargo llvm-cov --lcov --output-path target/lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit b31e1ac

Please sign in to comment.