Skip to content

Commit

Permalink
fixed ARM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Oct 4, 2023
1 parent 22d07dd commit ffd6eef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11

- name: Clean previous install
run: |
pip uninstall -y pythonnet
Expand Down

0 comments on commit ffd6eef

Please sign in to comment.