Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 5bf0d27 commit 369f91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ rustflags = [
]

[env]
PERL5LIB="/usr/share/perl/5.34"
PERL5LIB="/usr/local/share/perl/5.34.0"
OPENSSL_SRC_PERL="/usr/bin/perl"
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Set environment variables
run: |
echo "PERL5LIB=/usr/share/perl/5.34" >> $GITHUB_ENV
echo "PERL5LIB=/usr/local/share/perl/5.34.0" >> $GITHUB_ENV
echo "OPENSSL_SRC_PERL=/usr/bin/perl" >> $GITHUB_ENV
- name: Build Wheels
Expand Down

0 comments on commit 369f91e

Please sign in to comment.