Add mono package to ubuntu 22 (#5950)

This commit is contained in:
Mikhail Timofeev
2022-07-25 13:26:39 +04:00
committed by GitHub
parent d746320dd3
commit 11cfd9eac0
5 changed files with 17 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ Describe "gfortran" {
}
}
Describe "Mono" -Skip:(Test-IsUbuntu22) {
Describe "Mono" {
It "mono" {
"mono --version" | Should -ReturnZeroExitCode
}