Skip to content

Commit

Permalink
New Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
blessio committed Oct 19, 2024
1 parent c7c1459 commit dd8a27c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,28 @@ jobs:
libkeyutils-dev zlib1g-dev libreadline-dev libpcsclite-dev libusb-1.0-0-dev
libxi-dev libxtst-dev libqt5x11extras5-dev
- name: 170. MACOS Only // Prepare Linux packages that are needed
- name: 170. MACOS Only // commandline extension
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: xcode-select --install
- name: 171. MACOS Only // Prepare Linux packages that are needed
- name: 171. MACOS Only // Homebrew
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: 172. MACOS Only // Prepare Linux packages that are needed
- name: 172. MACOS Only cmake and asciidoctor
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: brew install cmake asciidoctor
- name: 173. MACOS Only // Prepare Linux packages that are needed
- name: 173. MACOS Only PKGs
if: ${{ startsWith( matrix.config.os , 'macos' ) }}
continue-on-error: true
run: brew install pkg-config vcpkg

- name: get from Git
- name: 180. get the Source from Git from Git
uses: actions/checkout@v4

- name: 300. Windows AND MacOS // VCPKG install build
id: vcpkg
id: vcpkg1
if: startsWith( "${{ matrix.config.os }}" , 'windows' ) || startsWith( "${{ matrix.config.os }}" , 'macos' )
uses: blessio/[email protected]
with:
Expand All @@ -115,7 +115,7 @@ jobs:
token: ${{ github.token }}
github-binarycache: true
vcpkg-subdir: ${{steps.strings.outputs.build-root-vcpkg-dir}}
cache-key: "kpxco5-${{ matrix.config.vcpkg_triplet }}"
cache-key: "kpxco7-1-${{ matrix.config.vcpkg_triplet }}"
fetch-depth: "0"

- name: 500. Print intermediate environment results
Expand Down

0 comments on commit dd8a27c

Please sign in to comment.