Browse Source

For github action runner, specify a directory with write access

pull/768/merge
Canming Huang 6 months ago
parent
commit
5f672ef3bb
  1. 1
      .github/workflows/windows.yml

1
.github/workflows/windows.yml

@ -22,6 +22,7 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x'
install-dir: 'C:\\actions-runner\\dotnet' # Specify a directory with write access
#- name: Install dotnet workload
# run: dotnet workload install maui maccatalyst
#- name: Check out submodules

Loading…
Cancel
Save