Skip to content

Commit

Permalink
[3.10] pythongh-101981: lib64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Feb 20, 2023
1 parent 92050e8 commit b513f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl
OPENSSL_DIR: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib:${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib64
steps:
- uses: actions/checkout@v3
- name: Register gcc problem matcher
Expand Down

0 comments on commit b513f39

Please sign in to comment.