diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f611475eae..1ff9a096695 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,6 +151,9 @@ jobs: with: path: openmp-install key: openmp-macos-install-20201213-2 + - name: checkout + if: steps.cache-openmp.outputs.cache-hit != 'true' + uses: actions/checkout@v2 - name: openmp if: steps.cache-openmp.outputs.cache-hit != 'true' run: | @@ -366,6 +369,9 @@ jobs: with: path: openmp-install key: openmp-ios-install-20201213-2 + - name: checkout + if: steps.cache-openmp.outputs.cache-hit != 'true' + uses: actions/checkout@v2 - name: openmp if: steps.cache-openmp.outputs.cache-hit != 'true' run: | @@ -593,6 +599,9 @@ jobs: with: path: openmp-install key: openmp-ios-bitcode-install-20201213-2 + - name: checkout + if: steps.cache-openmp.outputs.cache-hit != 'true' + uses: actions/checkout@v2 - name: openmp if: steps.cache-openmp.outputs.cache-hit != 'true' run: |