We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fff32 commit fca6719Copy full SHA for fca6719
2 files changed
.github/actions/install-mono/action.yml
@@ -10,13 +10,6 @@ inputs:
10
runs:
11
using: "composite"
12
steps:
13
- - name: Cache on Linux
14
- if: runner.os == 'Linux'
15
- uses: actions/cache@v5
16
- with:
17
- path: .apt
18
- key: mono-${{ runner.os }}-${{ inputs.arch }}
19
-
20
- name: Cache on Windows
21
if: runner.os == 'Windows'
22
uses: actions/cache@v5
.github/workflows/ci.yml
@@ -91,6 +91,12 @@ jobs:
91
platform: arm64
92
python: '3.12'
93
94
+ # Fails to call mono methods
95
+ - os:
96
+ category: windows
97
+ platform: x86
98
+ python: '3.13'
99
+
100
101
- uses: actions/checkout@v6
102
0 commit comments