Skip to content

Commit 02fd470

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build_ubuntu:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
name: Test on Ubuntu (GCC)
1313
steps:
1414
- uses: krdlab/setup-haxe@v1
@@ -24,6 +24,12 @@ jobs:
2424
version: latest
2525
platform: x64
2626

27+
- name: Setup dotnet
28+
uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: |
31+
5.0.x
32+
2733
- name: Install & Check Haxe
2834
run: haxe -version
2935

0 commit comments

Comments
 (0)