Skip to content

Commit

Permalink
install mono
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 5, 2024
1 parent 398755d commit cd080c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
./linux-container-ci.sh ${{ env.BUILDER_VERSION }} aws-crt-ubuntu-20-aarch64 build -p ${{ env.PACKAGE_NAME }} --target=linux-${{ matrix.arch }}
linux-compiler-compat:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
compiler:
Expand Down
7 changes: 7 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@

"variants": {
"mono_test" : {
"hosts": {
"ubuntu": {
"+packages": [
"mono-runtime"
]
}
},
"!test_steps": [
"dotnet build tests/tests.csproj -t:MonoTest {build_tests_args} --configuration Debug"
]
Expand Down

0 comments on commit cd080c5

Please sign in to comment.