Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Apr 16, 2024
1 parent 09a618d commit 865091a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64]
target: [x86_64, i]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -94,7 +94,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
# if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux]
needs: [linux, windows, macos]
permissions:
contents: write
steps:
Expand Down

0 comments on commit 865091a

Please sign in to comment.