From c847e285803221f242799c7b6f926347cbd80d78 Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 29 May 2024 14:57:24 +0700 Subject: [PATCH] Use develop build --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4987788..e147e42 100644 --- a/action.yml +++ b/action.yml @@ -47,14 +47,14 @@ runs: uses: actions/cache@v4 with: path: ~/.mix - key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.8 + key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-develop - name: Install Pakman if: steps.cache-pakman.outputs.cache-hit != 'true' run: | mix local.rebar --force mix local.hex --force - mix escript.install hex pakman 8.2.8 --force + mix escript.install github upmaru/pakman branch develop --force shell: alpine.sh {0} env: MIX_ENV: prod