debug ci
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -25,11 +25,10 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
- name: Restore vcpkg cache
|
||||||
|
uses: lukka/run-vcpkg@v10
|
||||||
with:
|
with:
|
||||||
path: |
|
vcpkgGitCommitId: 314018fef43c7e3a52a3e46599313b70ace3977a
|
||||||
${{ github.workspace}}/scripts/
|
|
||||||
${{ github.workspace}}/build/
|
|
||||||
|
|
||||||
- name: start-message
|
- name: start-message
|
||||||
run: echo Starting compilation
|
run: echo Starting compilation
|
||||||
|
|||||||
Reference in New Issue
Block a user