diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-10 08:18:49 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-10 08:18:49 +0100 |
commit | 1a15171912f9cfc72fb7cefd1af66c9dd6784d8d (patch) | |
tree | 3fd28fe0ba568a2b100fe8fd1bcbf8786c13fb35 /.github | |
parent | 711f71a1bcd506a6d64dc38e31bafcb3dbf0f870 (diff) | |
download | weechat-1a15171912f9cfc72fb7cefd1af66c9dd6784d8d.zip |
ci: fix typo
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c0d18c4..4e26e43e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - macos-11 config: - { name: "gcc", cc: "gcc", cxx: "g++" } - - { name: "ang", cc: "clang", cxx: "clang++" } + - { name: "clang", cc: "clang", cxx: "clang++" } name: "Tests: ${{ matrix.config.name }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} |