This commit is contained in:
Samkist
2022-06-03 03:41:31 -04:00
parent 45d9f80374
commit 52597d66a3

View File

@@ -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