Skip to content

Commit

Permalink
cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Apr 8, 2024
1 parent bb2aa11 commit fda6eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:

build-openssl:
name: Build Openssl on ${{ matrix.os }} ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
needs: pre-deploy
if: ${{ needs.pre-deploy.outputs.openssl-exist != 'true' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# max-parallel: 1
Expand All @@ -37,7 +38,6 @@ jobs:
arch: x86_64
- os: ubuntu-latest
arch: x86
if: ${{ needs.pre-deploy.outputs.openssl-exist != 'true' }}
steps:
# - name: Cache Openssl
# uses: actions/cache@v4
Expand Down Expand Up @@ -109,9 +109,9 @@ jobs:

cache-openssl:
name: Cache Openssl
runs-on: ubuntu-latest
needs: [pre-deploy, build-openssl]
if: ${{ needs.pre-deploy.outputs.openssl-exist != 'true' }}
runs-on: ubuntu-latest
steps:
- name: Cache Openssl
uses: actions/cache@v4
Expand Down

0 comments on commit fda6eaf

Please sign in to comment.