Skip to content

Commit ffd6eef

Browse files
committed
fixed ARM CI
1 parent 22d07dd commit ffd6eef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ARM.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
dotnet-version: '6.0.x'
2323

24+
- name: Set up Python 3.11
25+
uses: actions/setup-python@v2
26+
with:
27+
python-version: 3.11
28+
2429
- name: Clean previous install
2530
run: |
2631
pip uninstall -y pythonnet

0 commit comments

Comments
 (0)