summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-30 01:58:47 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-30 01:58:47 +0700
commit40b38f32261253838b52fbf2043daeae7e9232ee (patch)
tree0de21437b82898dc423cef3c8e9e5c663cbf52c6 /.github
parentc6fcb5d4cbd4b60ad70b2d07de54ffd3b6569a1c (diff)
downloadlibgd-40b38f32261253838b52fbf2043daeae7e9232ee.tar.gz
skip clang for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_ubuntu.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci_ubuntu.yml b/.github/workflows/ci_ubuntu.yml
index d736ecd..45c5317 100644
--- a/.github/workflows/ci_ubuntu.yml
+++ b/.github/workflows/ci_ubuntu.yml
@@ -25,11 +25,11 @@ jobs:
cc: "gcc",
cxx: "g++"
}
- - {
- name: "Clang",
- cc: "clang-12",
- cxx: "clang-cpp-12"
- }
+ # - {
+ # name: "Clang",
+ # cc: "clang-12",
+ # cxx: "clang-cpp-12"
+ # }
name: ${{ matrix.config.name }}
defaults:
run: