diff options
| author | Fuwn <[email protected]> | 2022-06-19 20:17:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-19 20:17:25 -0700 |
| commit | 3682033ac27cd162460ec48a953acbe057ac60fb (patch) | |
| tree | a155b1151dc8c5ebdaafc1666ccaeca2559e3ffe /.github/workflows/check.yaml | |
| parent | feat: initial commit (diff) | |
| download | tael-main.tar.xz tael-main.zip | |
Diffstat (limited to '.github/workflows/check.yaml')
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
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 |