fix: build cli with prebuilt openssl (#2316)

This commit is contained in:
Baptiste Augrain
2025-04-09 00:10:34 +02:00
parent 6c5a8eb3fb
commit e45f1ef420
7 changed files with 52 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ jobs:
compile:
needs:
- check
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }}
MS_TAG: ${{ needs.check.outputs.MS_TAG }}