From e3a0bffc2bafd0f53d5acc20894a571e81118d1d Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Fri, 26 Jan 2024 17:26:38 -0300 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b7ae8f13..5fcc41d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: config_type="Release" filename="${{ runner.os }}-$config_type-29b20829.${{ ( runner.os == 'Windows' && '7z' ) || 'tar.xz' }}" url="https://mrdox.com/llvm+clang/$filename" - + # Download if command -v curl &> /dev/null then