We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c34229 commit 22b65b0Copy full SHA for 22b65b0
Makefile
@@ -26,7 +26,7 @@ cwl_v1_2.h: FORCE
26
schema-salad-tool --codegen cpp \
27
--codegen-spdx-copyright-text "Copyright 2016-2023 CWL Project Contributors" \
28
--codegen-spdx-license-identifier "Apache-2.0" \
29
- https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml \
+ https://github.com/common-workflow-language/cwl-v1.2/raw/main/CommonWorkflowLanguage.yml \
30
> $@
31
32
## clean : clean up the build
0 commit comments