From 5574b9d1e15db331ec4afec885e7479e4469788a Mon Sep 17 00:00:00 2001 From: AHQ Date: Tue, 28 May 2024 15:45:03 +0530 Subject: [PATCH] Fix CI --- .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 fdaf069..dff9acd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -124,7 +124,7 @@ jobs: with: perl-version: "5.38" - name: Linux Setup - if: ${{ matrix.settings.host }} == 'ubuntu-latest' + if: matrix.settings.host == 'ubuntu-latest' run: sudo apt update -y; sudo apt install -y gcc-aarch64-linux-gnu musl-tools --fix-missing - name: Setup node x86 if: matrix.settings.target == 'i686-pc-windows-msvc'