aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-19 20:17:25 -0700
committerGitHub <[email protected]>2022-06-19 20:17:25 -0700
commit3682033ac27cd162460ec48a953acbe057ac60fb (patch)
treea155b1151dc8c5ebdaafc1666ccaeca2559e3ffe /.github
parentfeat: initial commit (diff)
downloadtael-main.tar.xz
tael-main.zip
ci(check): cxx instead of ccHEADmain
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index 3c3be63..4b51117 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -38,6 +38,6 @@ jobs:
- name: Test 🧪
run: |
- CXX=clang meson build-clang
+ CXX=clang++ meson build-clang
cd build-clang
ninja test