Skip to content

Commit

Permalink
gh: setup cc env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Feb 29, 2024
1 parent 4a178e1 commit 74238b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/vcpkg/bincache
# Use specific vcpkg version
VCPKG_COMMIT_ID: '5568f110b509a9fd90711978a7cb76bae75bb092'
# Setup clang
CC: clang-17
CXX: clang++-17

jobs:
build:
Expand Down

0 comments on commit 74238b5

Please sign in to comment.