Skip to content

Commit

Permalink
stupid paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 6702775 commit fba1a17
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,24 @@ jobs:
with:
python-version: 3.11
architecture: x64
- name: Install protoc and libssl

- name: Install protoc
run: |
sudo apt-get install -y protobuf-compiler perl-doc
sudo apt-get install -y protobuf-compiler
- name: check IPC
- name: Install IPC::Cmd
run: |
sudo cpan App::cpanminus
sudo cpanm IPC::Cmd
/usr/bin/perl -v
- name: Set environment variables
run: |
echo "::set-env name=PERL5LIB::/usr/share/perl/5.34"
echo "::set-env name=OPENSSL_SRC_PERL::/usr/bin/perl"
- name: Build Wheels
uses: messense/maturin-action@v1
env:
PERL5LIB: /usr/share/perl/5.34
OPENSSL_SRC_PERL: /usr/bin/perl
with:
rust-toolchain: nightly-2023-10-24
target: ${{ matrix.target }}
Expand Down

0 comments on commit fba1a17

Please sign in to comment.