From e77729b329498910ac5995d2ed8e12c0668cc136 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 3 Aug 2020 12:01:42 +0100 Subject: [PATCH] YAML modification Temporarily removed clang-9 section --- .github/workflows/main.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1d341a3..9a0c7661 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,25 +30,4 @@ jobs: name: Testfile path: test/etl_tests - build-clang-9-Linux: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - name: Setup cmake - run: | - export CC=clang-9 - export CXX=clang++-9 - cmake -D BUILD_TESTS=ON ./ - - - name: Compile - run: make - - - name: Run tests - run: ./test/etl_tests - - - name: Save artifacts - uses: actions/upload-artifact@v2 - with: - name: Testfile - path: test/etl_tests