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 1b48a86 commit 4140e50Copy full SHA for 4140e50
.github/workflows/cron_debian.yml
@@ -37,7 +37,7 @@ jobs:
37
id: source_package
38
run: |
39
mkdir source && cd source
40
- git clone --depth 1 https://github.com/seqan/seqan3.git
+ git clone --depth 1 --branch "${{ github.ref_name }}" https://github.com/${{ github.repository }}.git
41
mkdir package && cd package
42
cmake ../seqan3
43
make package_source
0 commit comments