Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
will this work instead
  • Loading branch information
Vhou-Atroph committed Mar 6, 2024
1 parent 3816df2 commit 0bf6d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build Wheel
run: |
pip install maturin
maturin build --release --out dist --target ${{ matrix.target }}
maturin build --release --out dist --target ${{ matrix.target }}-unknown-linux-gnu
- name: Upload Wheel
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0bf6d47

Please sign in to comment.