Skip to content

Commit c9599cb

Browse files
committed
Fix .NET 6 CI false positives
OpenRA PR 21769.
1 parent fbd17a2 commit c9599cb

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@v4
1821

0 commit comments

Comments
 (0)