Skip to content

Commit

Permalink
Merge pull request #114 from kevinheavey/fix-i686-ci
Browse files Browse the repository at this point in the history
fix i686 ci
  • Loading branch information
kevinheavey authored Oct 2, 2024
2 parents 65be80c + 2c6b744 commit 954ed26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [x86_64]
# target: [x86_64, i686]
target: [x86_64, i686]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -161,7 +160,7 @@ jobs:
args: --release --no-default-features -F ring --out dist
maturin-version: ${{ env.maturin_version }}
- name: Upload wheels
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
Expand Down

0 comments on commit 954ed26

Please sign in to comment.