Skip to content

Commit

Permalink
Try develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Oct 26, 2023
1 parent 539cb1c commit 23442a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 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@v3
with:
path: ~/.mix
key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.1.6
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.1.6 --force
mix escript.install github upmaru/pakman branch develop --force
shell: alpine.sh {0}
env:
MIX_ENV: prod
8 changes: 0 additions & 8 deletions config/runtime.exs

This file was deleted.

2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule Pakman.MixProject do
def package do
[
description: "Build tool for opsmaru.com",
files: ["lib", "mix.exs", "README.md"],
files: ["lib", "config", "mix.exs", "README.md"],
maintainers: ["Zack Siri"],
licenses: ["MIT"],
links: %{github: "https://github.com/upmaru/pakman"}
Expand Down

0 comments on commit 23442a0

Please sign in to comment.