From d044f1be35dceb16b6b50ddaf6ff0ee9759e4f15 Mon Sep 17 00:00:00 2001 From: axmmisaka <6500159+axmmisaka@users.noreply.github.com> Date: Sun, 23 Feb 2025 04:37:48 +0000 Subject: [PATCH] Remove break --- action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/action.yml b/action.yml index 3c5d880..5575b74 100644 --- a/action.yml +++ b/action.yml @@ -30,16 +30,10 @@ runs: with: repository: 'lf-lang/installation' path: 'tmp/installation' - - name: Install LFC (linux) - if: runner.os == 'Linux' - run: | - bash ./tmp/installation/install.sh cli ${{ inputs.lfc-version }} - shell: bash - name: Install LFC (macOS) if: runner.os == 'macOS' run: | - bash ./tmp/installation/install.sh cli ${{ inputs.lfc-version }} --prefix=$HOME/.local && break - echo "$HOME/.local/bin" >> "$GITHUB_PATH" + bash ./tmp/installation/install.sh cli ${{ inputs.lfc-version }} shell: bash - name: Install lingo run: |