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 deecb0d commit 368160cCopy full SHA for 368160c
.github/workflows/perf-test.yml
@@ -43,18 +43,19 @@ jobs:
43
needs: [build]
44
runs-on: ubuntu-latest
45
steps:
46
+ - uses: actions/checkout@v4
47
- name: Checkout libgit2
48
uses: actions/checkout@v4
49
with:
50
repository: libgit2/libgit2
51
ref: v1.8.1
52
path: libgit2
- - uses: actions/checkout@v4
53
- name: Download built binaries
54
uses: actions/download-artifact@v4
55
- name: Make binaries executable
56
run: chmod +x ./*/cpp-linter
57
- name: Generate compilation database
58
+ working-directory: libgit2
59
run: |
60
mkdir build && cd build
61
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
0 commit comments