Skip to content

Commit d7ee8d2

Browse files
committed
Why is this so hard?
1 parent 0d6a747 commit d7ee8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ jobs:
488488
run: |
489489
cd BenchmarksCPP
490490
cd vendor/librapid
491-
git checkout ${{ github.head_ref || github.ref_name }} || git checkout ${{ github.ref }}
491+
git checkout ${{ github.head_ref || github.ref_name }} -- || git checkout ${{ github.ref }}
492492
git pull
493493
git submodule update --init --recursive
494494

0 commit comments

Comments
 (0)