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 bf480e3 commit 35c542dCopy full SHA for 35c542d
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- 'v*' # Trigger on version tags like v0.4.0
7
+ workflow_dispatch:
8
9
jobs:
10
build-static:
@@ -19,14 +20,14 @@ jobs:
19
20
21
- name: Build debug static binary
22
run: |
- singularity run --bind $(pwd):/load --bind /scratch --bind /uufs \
23
+ singularity run --bind $(pwd):/load \
24
docker://brentp/musl-hts-nim:latest \
25
/usr/local/bin/nsb -n strling.nimble -s src/strling.nim -- -d:danger -d:release -d:debug
26
cp strling strling_debug
27
28
- name: Build release static binary
29
30
31
32
/usr/local/bin/nsb -n strling.nimble -s src/strling.nim -- -d:danger -d:release
33
0 commit comments