X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=0a7e9a691d63ce413673626aee201ac55da4b5fe;hb=95eaf6688d024161f4f41307e5f439d52efcc87a;hp=1267957eb224f9f14bf3eabad4847025ed2d13d3;hpb=d003ede538d8bdb5fc18949da6ed8c3eebc49791;p=openssl-gost%2Fengine.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1267957..0a7e9a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ on: [push, pull_request] env: OPENSSL_BRANCH: openssl-3.0.0-beta2 + USE_RPATH: yes jobs: gcc-openssl-stable: @@ -23,6 +24,8 @@ jobs: macos-openssl-stable: runs-on: macos-11 + env: + USE_RPATH: steps: - uses: actions/checkout@v2 - run: .github/before_script.sh @@ -41,6 +44,7 @@ jobs: runs-on: macos-11 env: OPENSSL_BRANCH: master + USE_RPATH: steps: - uses: actions/checkout@v2 - run: .github/before_script.sh @@ -61,6 +65,7 @@ jobs: env: OPENSSL_BRANCH: master ASAN: -DASAN=1 + USE_RPATH: steps: - uses: actions/checkout@v2 - run: .github/before_script.sh