diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d42a7cc..663fdfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Clone repository run: | - git clone --depth 1 -b v9.0.0-preview.7.24405.7 https://github.com/dotnet/dotnet + git clone --depth 1 -b v9.0.0-rc.2.24473.5 https://github.com/dotnet/dotnet - name: Apply patches run: |