commit d5ba737ae75d1183dd69c8b72899f1801569adda parent 22bb8f49d713bd8ff464abcd731d7326030859fe Author: jvoisin <julien.voisin@dustri.org> Date: Wed, 5 Jul 2023 00:52:29 +0200 Don't download musl-cc for clang in the CI Diffstat:
M | .github/workflows/testsuite.yaml | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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