[CI] ubuntu: run with mono
This commit is contained in:
parent
01f414de59
commit
0769303075
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue