diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00136c3..63caadf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,8 +23,9 @@ jobs: - name: Windows before install if: matrix.os == 'windows-latest' - curl -fsSL -o LLVM9.exe https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe - 7z x LLVM9.exe -y -o"C:/Program Files/LLVM" + run: | + curl -fsSL -o LLVM9.exe https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe + 7z x LLVM9.exe -y -o"C:/Program Files/LLVM" - name: Build project run: |