We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107b115 commit 9a4ca9dCopy full SHA for 9a4ca9d
.github/workflows/freebsd-x64-runtime-build.yml
@@ -12,7 +12,7 @@ jobs:
12
run: df -h; sudo rm -rf "$AGENT_TOOLSDIRECTORY"; df -h
13
- name: runtime+libs+packs build
14
run: |
15
- git clone https://github.com/am11/runtime -b feature/freebsd-port/outputrid
+ git clone https://github.com/dotnet/runtime --single-branch --depth 1
16
cd runtime
17
git config --global user.email ci@example.com
18
git config --global user.name ci
0 commit comments