diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a44243d504..d60164e8d0 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,16 @@ jobs: - # === Install State Tool === name: Install State Tool uses: ActiveState/setup-state-tool@v1 + if: matrix.sys.os != 'ubuntu-24.04-arm' + + - # === Install State Tool (ARM64) === + name: Install State Tool (ARM64) + if: matrix.sys.os == 'ubuntu-24.04-arm' + shell: bash + run: | + ./installers/install.sh + echo "$HOME/.local/ActiveState/StateTool/release/bin" >> $GITHUB_PATH + "$HOME/.local/ActiveState/StateTool/release/bin/state" config set optin.unstable true - # === Setup === name: Setup