Skip to content

Commit ef05b1f

Browse files
authored
Update common.yml (#6)
1 parent efd4af6 commit ef05b1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/common.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ on:
1313
default: '["version-1-6", "version-2-0", "version-2-2", "devel"]'
1414
required: false
1515
type: string
16+
nimble-version:
17+
description: 'NIMBLE_COMMIT to use when compiling nimble, defaults to the one shipped with nim'
18+
default: ''
19+
required: false
20+
type: string
1621

1722
concurrency: # Cancel stale PR builds (but not push builds)
1823
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1924
cancel-in-progress: true
2025

2126
jobs:
2227
build:
28+
env:
29+
NIMBLE_COMMIT: ${{ inputs.nimble-version }}
2330
strategy:
2431
fail-fast: false
2532
matrix:

0 commit comments

Comments
 (0)