We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15a249 commit deba7ebCopy full SHA for deba7eb
1 file changed
.github/workflows/ci.yml
@@ -7,12 +7,13 @@ on:
7
branches: [ master, dev ]
8
workflow_dispatch:
9
10
+env:
11
+ NIM_VERSION: 1.6.10
12
+ HTSLIB_VERSION: 1.22.1
13
+
14
jobs:
15
build-test:
16
runs-on: ubuntu-latest
- env:
- NIM_VERSION: 1.6.10
- HTSLIB_VERSION: 1.22.1
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
@@ -61,8 +62,6 @@ jobs:
61
62
if: github.ref == 'refs/heads/master'
63
64
needs: build-test
65
- HTSLIB_VERSION: 1.10
66
67
68
0 commit comments