Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed May 28, 2024
1 parent 2e6d329 commit 5574b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5574b9d

Please sign in to comment.