X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=1267957eb224f9f14bf3eabad4847025ed2d13d3;hb=d003ede538d8bdb5fc18949da6ed8c3eebc49791;hp=64e0458715038669bbfe3f5dec93984fa5be45be;hpb=20f4ae52470e6dcf2af1f97ceb40a63b5200ec37;p=openssl-gost%2Fengine.git 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: