Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang committed May 26, 2024
1 parent 018e38e commit bc70aec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
#- name: Install dependencies
# run: sudo apt-get update && sudo apt-get install -y pkg-config

#- name: vcpkg build
# uses: brinkqiang/vcpkg-action@v1
# id: vcpkg
# with:
# pkgs:
# triplet: ${{ matrix.config.vcpkg_triplet }}
# cache-key: ${{ matrix.config.os }}
# token: ${{ github.token }}
# github-binarycache: true
#
- name: vcpkg build
uses: brinkqiang/vcpkg-action@v1
id: vcpkg
with:
pkgs: gtest
triplet: ${{ matrix.config.vcpkg_triplet }}
cache-key: ${{ matrix.config.os }}
token: ${{ github.token }}
github-binarycache: true

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H%M')"
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: brinkqiang/get-cmake@v1
#- name: vcpkg build
# uses: brinkqiang/vcpkg-action@v1
# id: vcpkg
# with:
# pkgs:
# triplet: ${{ matrix.config.vcpkg_triplet }}
# cache-key: ${{ matrix.config.os }}
# token: ${{ github.token }}
# github-binarycache: true
#
- name: vcpkg build
uses: brinkqiang/vcpkg-action@v1
id: vcpkg
with:
pkgs: gtest
triplet: ${{ matrix.config.vcpkg_triplet }}
cache-key: ${{ matrix.config.os }}
token: ${{ github.token }}
github-binarycache: true

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H%M')"
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: brinkqiang/get-cmake@v1
#- name: vcpkg build
# uses: brinkqiang/vcpkg-action@v1
# id: vcpkg
# with:
# pkgs:
# triplet: ${{ matrix.config.vcpkg_triplet }}
# cache-key: ${{ matrix.config.os }}
# token: ${{ github.token }}
# github-binarycache: true
- name: vcpkg build
uses: brinkqiang/vcpkg-action@v1
id: vcpkg
with:
pkgs: gtest
triplet: ${{ matrix.config.vcpkg_triplet }}
cache-key: ${{ matrix.config.os }}
token: ${{ github.token }}
github-binarycache: true

- name: Get current date
id: date
Expand Down

0 comments on commit bc70aec

Please sign in to comment.