We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4fa6d commit b9da849Copy full SHA for b9da849
.github/workflows/runtime-ci.yml
@@ -51,6 +51,7 @@ jobs:
51
echo "MONO_WASM_THREADS=${{ matrix.MONO_WASM_THREADS }}" >> $env:GITHUB_ENV
52
echo "MONO_WASM_SIMD=${{ matrix.MONO_WASM_SIMD }}" >> $env:GITHUB_ENV
53
54
+<<<<<<< HEAD
55
# Removed in agents since 20231001
56
# - name: Remove ccache from chocolatey
57
# run: |
@@ -60,6 +61,8 @@ jobs:
60
61
# # the runtime's build.
62
# del C:\ProgramData\chocolatey\bin\ccache.exe
63
64
+=======
65
+>>>>>>> 31eb857 (fix: Ccache is not bundled anymore)
66
- name: Clone dotnet/runtime
67
run: |
68
git clone --recursive https://github.com/dotnet/runtime -c core.longpaths=true
0 commit comments