Skip to content

Commit

Permalink
Use develop build
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed May 29, 2024
1 parent 77bd31d commit c847e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c847e28

Please sign in to comment.