Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jan 11, 2025
1 parent b3bb794 commit 532d080
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ inputs:
description: Ziti Test Identity

runs:
env:
CI_CACHE: '${{ github.workspace }}/.ci.cache'
VCPKG_BINARY_SOURCES: 'clear;files,${{ github.workspace }}/.ci.cache,readwrite'

using: "composite"
steps:
- name: macOS tools
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
image: ${{ matrix.spec.builder }}
env:
BUILD_NUMBER: ${{ github.run_number }}
CI_CACHE: '${{ github.workspace }}/.ci.cache'
VCPKG_BINARY_SOURCES: 'clear;files,${{ github.workspace }}/.ci.cache,readwrite'

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 532d080

Please sign in to comment.