Skip to content

Commit

Permalink
try add i686 linux back to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 2, 2024
1 parent 65be80c commit c4cdef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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

0 comments on commit c4cdef1

Please sign in to comment.