Skip to content

Commit 2d18e0c

Browse files
penev92Mailaender
authored andcommitted
Added workaround for .NET version conflicts in CI
OpenRA PR 21769.
1 parent bbfb25e commit 2d18e0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
runs-on: ubuntu-22.04
1414

1515
steps:
16+
- name: Remove System .NET
17+
run: sudo apt-get remove -y dotnet*
18+
1619
- name: Clone Repository
1720
uses: actions/checkout@v3
1821

0 commit comments

Comments
 (0)