From d5ba737ae75d1183dd69c8b72899f1801569adda Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 5 Jul 2023 00:52:29 +0200 Subject: Don't download musl-cc for clang in the CI --- .github/workflows/testsuite.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index 031b716..5e3793f 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -23,9 +23,5 @@ jobs: steps: - name: Checking out the code uses: actions/checkout@v3 - - name: Downloading musl-based toolchain - run: wget https://musl.cc/x86_64-linux-musl-native.tgz - - name: Extracting musl-based toolchain - run: tar xzf ./x86_64-linux-musl-native.tgz - name: Running the testsuite run: make -C tests clang | grep -zqv FAIL -- cgit v1.3