Skip to content

Commit 37b6e47

Browse files
committed
bump
1 parent a1fd5d2 commit 37b6e47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/generic_build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
with:
4747
platforms: arm64
4848

49+
- name: Checkout bioconda-utils
50+
uses: actions/checkout@v4
51+
if: '${{ inputs.bioconda_utils }}'
52+
with:
53+
fetch-depth: 0
54+
repository: 'bioconda/bioconda-utils'
55+
path: 'images/bioconda-utils-build-env-cos7/bioconda-utils'
56+
4957
- name: Build
5058
id: build
5159
run: |

0 commit comments

Comments
 (0)