Skip to content

Commit 3d0ffbd

Browse files
authored
Merge pull request #66 from dsyme/fix4
Use 'main' from 'dotnet/fsharp'
2 parents 6f892c2 + 5fbff8e commit 3d0ffbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Restore projects
2727
run: dotnet restore FSharp.Core\FSharp.Core.fsproj
2828
- name: Checkout fsharp master
29-
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b feature/docs
29+
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b main
3030
- name: Build fsharp master (turn of CI build status)
3131
run: cd fsharp && eng\CIBuild.cmd
3232
- name: Checkout FSharp.Formatting master

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Eventually the build will just be
5656

5757
For now, we want to pick up the latest copies of FSharp.Formatting and FSharp.Core, and set you up to make contributions to these. So we ask you to clone local copies of these:
5858

59-
git clone https://github.com/dotnet/fsharp --depth 1 -b feature/docs
60-
git clone https://github.com/fsprojects/FSharp.Formatting
59+
git clone https://github.com/dotnet/fsharp --depth 1 -b main
60+
git clone https://github.com/fsprojects/FSharp.Formatting --depth 1
6161
pushd fsharp
6262
.\build -noVisualStudio
6363
popd

0 commit comments

Comments
 (0)