Skip to content

Commit 368160c

Browse files
committed
oops
1 parent deecb0d commit 368160c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/perf-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,19 @@ jobs:
4343
needs: [build]
4444
runs-on: ubuntu-latest
4545
steps:
46+
- uses: actions/checkout@v4
4647
- name: Checkout libgit2
4748
uses: actions/checkout@v4
4849
with:
4950
repository: libgit2/libgit2
5051
ref: v1.8.1
5152
path: libgit2
52-
- uses: actions/checkout@v4
5353
- name: Download built binaries
5454
uses: actions/download-artifact@v4
5555
- name: Make binaries executable
5656
run: chmod +x ./*/cpp-linter
5757
- name: Generate compilation database
58+
working-directory: libgit2
5859
run: |
5960
mkdir build && cd build
6061
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..

0 commit comments

Comments
 (0)