Update vcpkg-sha : e105a86c97b8ab13d4dbe3f7bd9ebc17ece31634
This commit is contained in:
parent
61b5ff26f2
commit
f9b9261d53
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build_and_test.yml
vendored
8
.github/workflows/build_and_test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
- uses: pre-commit/action@v3.0.0
|
- uses: pre-commit/action@v3.0.0
|
||||||
|
|
||||||
buildAndTest:
|
buildAndTest:
|
||||||
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
|
||||||
- name: checkout mapnik
|
- name: checkout mapnik
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- name: setup vcpkg
|
- name: setup vcpkg
|
||||||
uses: ./.github/actions/setup_vcpkg
|
uses: ./.github/actions/setup_vcpkg
|
||||||
with:
|
with:
|
||||||
vcpkg-sha: a960fde0b60b6392d70375fe513dfa7eb083cc3a
|
vcpkg-sha: e105a86c97b8ab13d4dbe3f7bd9ebc17ece31634
|
||||||
nuget-source: https://nuget.pkg.github.com/mapnik/index.json
|
nuget-source: https://nuget.pkg.github.com/mapnik/index.json
|
||||||
nuget-username: ${{ github.actor }}
|
nuget-username: ${{ github.actor }}
|
||||||
nuget-pat: ${{ secrets.GITHUB_TOKEN }}
|
nuget-pat: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
uses: ASzc/change-string-case-action@v5
|
uses: ASzc/change-string-case-action@v5
|
||||||
with:
|
with:
|
||||||
string: ${{ runner.os }}
|
string: ${{ runner.os }}
|
||||||
|
|
||||||
- name: set lower case runner os
|
- name: set lower case runner os
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue