Skip to content

Commit fca6719

Browse files
committed
Exclusions and remove unneeded cache
1 parent 35fff32 commit fca6719

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/actions/install-mono/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ inputs:
1010
runs:
1111
using: "composite"
1212
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-
2013
- name: Cache on Windows
2114
if: runner.os == 'Windows'
2215
uses: actions/cache@v5

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
platform: arm64
9292
python: '3.12'
9393

94+
# Fails to call mono methods
95+
- os:
96+
category: windows
97+
platform: x86
98+
python: '3.13'
99+
94100
steps:
95101
- uses: actions/checkout@v6
96102

0 commit comments

Comments
 (0)