Skip to content

Commit 0d33b25

Browse files
committed
fix cd typo
1 parent f3c4cd4 commit 0d33b25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-toolchain-and-llvm-self-hosted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cd ..
6060
rm -rf "${{ github.workspace }}"
6161
mkdir -p "${{ github.workspace }}"
62-
cd -rf "${{ github.workspace }}"
62+
cd "${{ github.workspace }}"
6363
git clone --recurse-submodules --depth 1 --shallow-submodules "https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }}.git" .
6464
git config --global --add safe.directory "${{ github.workspace }}"
6565
git config user.name "${{ github.repository_owner }}"

0 commit comments

Comments
 (0)