summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorjvoisin2023-07-05 00:52:29 +0200
committerjvoisin2023-07-05 00:52:29 +0200
commitd5ba737ae75d1183dd69c8b72899f1801569adda (patch)
treea1f483d17f7e62de0dbf4e568266da30eaf6c19f /.github/workflows
parent22bb8f49d713bd8ff464abcd731d7326030859fe (diff)
Don't download musl-cc for clang in the CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/testsuite.yaml4
1 files changed, 0 insertions, 4 deletions
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:
23 steps: 23 steps:
24 - name: Checking out the code 24 - name: Checking out the code
25 uses: actions/checkout@v3 25 uses: actions/checkout@v3
26 - name: Downloading musl-based toolchain
27 run: wget https://musl.cc/x86_64-linux-musl-native.tgz
28 - name: Extracting musl-based toolchain
29 run: tar xzf ./x86_64-linux-musl-native.tgz
30 - name: Running the testsuite 26 - name: Running the testsuite
31 run: make -C tests clang | grep -zqv FAIL 27 run: make -C tests clang | grep -zqv FAIL