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 2bc923b commit 45350edCopy full SHA for 45350ed
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
}
45
46
steps:
47
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
48
- name: submodule
49
run: git submodule update --init --recursive
50
- name: extra_path
.github/workflows/subdir_example.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
- name: configure
32
shell: cmake -P {0}
33
run: |
0 commit comments