CI: Remove non-existent download_cache_path from web benchmarks job
This commit is contained in:
parent
27c4a2e439
commit
b2e169efc6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/web-benchmarks.yml
vendored
1
.github/workflows/web-benchmarks.yml
vendored
|
|
@ -76,7 +76,6 @@ jobs:
|
|||
toolchain: 'Clang'
|
||||
cache_key_extra: 'Distribution'
|
||||
ccache_path: ${{ env.CCACHE_DIR }}
|
||||
download_cache_path: ${{ github.workspace }}/Build/caches
|
||||
vcpkg_cache_path: ${{ github.workspace }}/Build/caches/vcpkg-binary-cache
|
||||
|
||||
- name: 'Assign Build Parameters'
|
||||
|
|
|
|||
Loading…
Reference in a new issue