Skip to content

Commit 011000c

Browse files
committed
Fix CI DART building CI
1 parent 110305e commit 011000c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/install_dart_latest.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ then
3131
git clone https://github.com/dartsim/dart.git
3232
fi
3333
cd dart
34-
git checkout $DART_TAG
35-
git pull
34+
git switch -c testbranch $DART_TAG
3635
mkdir -p build
3736
cd build
3837

0 commit comments

Comments
 (0)