From 28e78aeb5ff1f71c16b0077356ac461bbf140cf3 Mon Sep 17 00:00:00 2001 From: Daniel Thornburgh Date: Fri, 4 Nov 2022 10:42:40 -0700 Subject: [PATCH] Correct windows file extension. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff598c9..2c4a75e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,8 +43,8 @@ jobs: - name: Fetch the latest Windows llvm-mos release. if: startsWith(matrix.os, 'windows') run: | - curl -LO https://github.com/llvm-mos/llvm-mos-sdk/releases/download/prerelease/llvm-mos-windows.tar.xz - 7z x llvm-mos-windows.tar.xz + curl -LO https://github.com/llvm-mos/llvm-mos-sdk/releases/download/prerelease/llvm-mos-windows.7z + 7z x llvm-mos-windows.7z - name: Build the test suite. run: |