Add mono package to ubuntu 22 (#5950)

This commit is contained in:
Mikhail Timofeev
2022-07-25 12:26:39 +03:00
committed by GitHub
parent d746320dd3
commit 11cfd9eac0
5 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ Describe "gfortran" {
}
}
Describe "Mono" -Skip:(Test-IsUbuntu22) {
Describe "Mono" {
It "mono" {
"mono --version" | Should -ReturnZeroExitCode
}