]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
build.yaml: Don’t use flow style YAML
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:27:26 +0000 (20:27 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 22 Aug 2020 18:30:54 +0000 (20:30 +0200)
.github/workflows/build.yaml

index 5c314b554dd33fecd01c56339be693c3e4c28c7f..9177cda919ec66ec5e03defad224149fdad80185 100644 (file)
@@ -13,8 +13,10 @@ jobs:
       matrix:
         os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15]
         compiler:
-          - { CC: gcc, CXX: g++ }
-          - { CC: clang, CXX: clang++ }
+          - CC: gcc
+            CXX: g++
+          - CC: clang
+            CXX: clang++
 
     steps:
       - name: Get source