From: Richard Levitte Date: Wed, 1 Sep 2021 07:04:05 +0000 (+0200) Subject: Simplify the CI job "gcc-asan-openssl-master" X-Git-Tag: v3.0.0~4 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=d003ede538d8bdb5fc18949da6ed8c3eebc49791 Simplify the CI job "gcc-asan-openssl-master" Now that .github/before_script.sh works properly on MacOS, there is no reason not to use it for this job as well. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64e0458..1267957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,26 +62,8 @@ jobs: OPENSSL_BRANCH: master ASAN: -DASAN=1 steps: - - name: install cpanm and Test2::V0 - uses: perl-actions/install-with-cpanm@v1 - with: - install: Test2::V0 - - name: Checkout gost-engine - uses: actions/checkout@v2 - - name: checkout OpenSSL - uses: actions/checkout@v2 - with: - repository: openssl/openssl - ref: master - path: openssl - - name: configure OpenSSL - run: | - mkdir $HOME/opt - ./Configure --prefix=$HOME/opt - working-directory: openssl - - name: build+install OpenSSL - run: make -s install_sw - working-directory: openssl + - uses: actions/checkout@v2 + - run: .github/before_script.sh - run: .github/script.sh gcc-openssl-stable-x86: