Skip to content

Commit 3f883e3

Browse files
Set environment variables
1 parent b410c52 commit 3f883e3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/linux-cxx20-clang.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ on: [ push ]
44

55
env:
66
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
7+
CC=clang
8+
CXX=clang++
79

810
jobs:
911
linux:
1012
strategy:
1113
fail-fast: false
1214
matrix:
1315
include:
14-
- compiler: llvm
15-
compiler-version: 16
1616
- compiler: llvm
1717
compiler-version: 18
18+
- compiler: llvm
19+
compiler-version: 19
1820
- compiler: llvm
1921
compiler-version: 20
2022
name: "${{ github.job }} (${{ matrix.compiler }}-${{ matrix.compiler-version }})"
@@ -30,12 +32,7 @@ jobs:
3032
with:
3133
version: ${{ matrix.compiler-version }}
3234
platform: x64
33-
- name: Export GitHub Actions cache environment variables
34-
uses: actions/github-script@v7
35-
with:
3635
script: |
37-
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
38-
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
3936
- name: Setup ccache
4037
uses: hendrikmuhs/ccache-action@v1
4138
with:

0 commit comments

Comments
 (0)