Skip to content

Commit

Permalink
Update imspy-connector-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theGreatHerrLebert authored Jan 7, 2025
1 parent 4c0a179 commit efb0b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/imspy-connector-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Cross Compilation Tools (Linux ARM64 Only)
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu python3.11 python3-pip python3-venv
- name: Change to imspy-connector directory
run: cd imspy_connector
Expand All @@ -72,9 +72,9 @@ jobs:
run: |
cd imspy_connector
if [ -n "${{ matrix.target }}" ]; then
maturin build --release --target ${{ matrix.target }}
maturin build --release --target ${{ matrix.target }} -i python3.11
else
maturin build --release
maturin build --release -i python3.11
fi
- name: Publish
Expand Down

0 comments on commit efb0b40

Please sign in to comment.