8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4ea92 commit dfd1d54Copy full SHA for dfd1d54
.github/workflows/main.yml
@@ -61,18 +61,18 @@ jobs:
61
with:
62
dotnet-version: '8.0.x'
63
64
- - name: Install Mono
65
- uses: ./.github/actions/install-mono
66
- with:
67
- arch: ${{ matrix.os.platform }}
68
-
69
- name: Setup upterm session
70
uses: owenthereal/action-upterm@v1
71
- if: ${{ failure() }}
+ if: ${{ matrix.os.category == 'macos' }}
72
73
## Shut down the server if unconnected after 5 minutes.
74
limit-access-to-actor: true
75
- wait-timeout-minutes: 5
+ wait-timeout-minutes: 15
+
+ - name: Install Mono
+ uses: ./.github/actions/install-mono
+ with:
+ arch: ${{ matrix.os.platform }}
76
77
- name: Set up Python ${{ matrix.python }}
78
uses: astral-sh/setup-uv@v7
0 commit comments