Skip to content

Commit

Permalink
trying within the maturin action
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 174a3a4 commit 42f632d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ jobs:
- name: Build Wheels
uses: messense/maturin-action@v1
with:
before-script-linux: |
apt update -y && apt-get install -y libssl-dev openssl pkg-config
rust-toolchain: nightly-2023-10-24
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist
before-script-linux: |
apt update -y && apt-get install -y libssl-dev openssl pkg-config
rust-toolchain: nightly-2023-10-24
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist

- name: Install built wheel
if: matrix.target == 'x86_64'
Expand Down

0 comments on commit 42f632d

Please sign in to comment.