Skip to content

Commit 0f3cef6

Browse files
fix git2.27 builds
1 parent 568be08 commit 0f3cef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/get-commit-from-ref.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
git clone https://github.com/mongodb/libmongocrypt.git _libmongocrypt
44
cd _libmongocrypt
55

6-
git switch --detach $REF
6+
git checkout --detach $REF
77

88
COMMIT_HASH=$(git rev-parse HEAD)
99

0 commit comments

Comments
 (0)