Skip to content

Commit

Permalink
package openmp and glslang together
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 13, 2020
1 parent 5bd9e89 commit a1ed16f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit a1ed16f

Please sign in to comment.