Skip to content

Commit 5847ce4

Browse files
Set env for job
1 parent 3f883e3 commit 5847ce4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on: [ push ]
44

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

108
jobs:
11-
linux:
9+
linux-clang:
10+
env:
11+
CC: clang
12+
CXX: clang++
1213
strategy:
1314
fail-fast: false
1415
matrix:

0 commit comments

Comments
 (0)