1 parent 784d0ef commit 81632eaCopy full SHA for 81632ea
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,8 @@ jobs:
34
- uses: actions/checkout@v4
35
36
- uses: actions/setup-dotnet@v4
37
+ with:
38
+ dotnet-version: 8.x.x
39
40
- run: dotnet test AssimpNet.Test -c ${{ matrix.configuration }} ${{ matrix.additional_args }}
41
0 commit comments