Skip to content

Commit fc741c5

Browse files
committed
Attempt to fix tests that run C#
1 parent 64b9b99 commit fc741c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
version: latest
2525
platform: x64
2626

27+
- name: Setup dotnet
28+
uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: |
31+
3.1.x
32+
5.0.x
33+
2734
- name: Install & Check Haxe
2835
run: haxe -version
2936

0 commit comments

Comments
 (0)