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 0cee3e5 commit b79d547Copy full SHA for b79d547
.github/workflows/cmake-multi-platform.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: actions/checkout@v4
49
50
- name: Setup
51
- run: git clone git@github.com:satya-das/common.git ../common
+ run: git clone https://github.com/satya-das/common.git ../common
52
53
- name: Set reusable strings
54
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
0 commit comments