[CI] ubuntu: run with mono

This commit is contained in:
Mathis Logemann 2022-02-08 14:59:43 +01:00
parent 01f414de59
commit 0769303075

View file

@ -89,7 +89,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.repository != 'mapnik/mapnik' }} if: ${{ github.event_name == 'pull_request' || github.repository != 'mapnik/mapnik' }}
shell: "bash" shell: "bash"
run: > run: >
`./vcpkg/vcpkg fetch nuget | tail -n 1` ${{ env.mono }} `./vcpkg/vcpkg fetch nuget | tail -n 1`
sources add sources add
-source "${{ inputs.NUGET_REGISTRY }}" -source "${{ inputs.NUGET_REGISTRY }}"
-storepasswordincleartext -storepasswordincleartext
@ -101,7 +101,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.repository != 'mapnik/mapnik' }} if: ${{ github.event_name == 'pull_request' || github.repository != 'mapnik/mapnik' }}
shell: "bash" shell: "bash"
run: > run: >
`./vcpkg/vcpkg fetch nuget | tail -n 1` ${{ env.mono }} `./vcpkg/vcpkg fetch nuget | tail -n 1`
setapikey "${{ secrets.GITHUB_TOKEN }}" -Source "${{ inputs.NUGET_REGISTRY }}" setapikey "${{ secrets.GITHUB_TOKEN }}" -Source "${{ inputs.NUGET_REGISTRY }}"
- name: Configure CMake - name: Configure CMake