Skip to content

Commit

Permalink
[minor] Releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
YgorCastor committed Jan 8, 2024
1 parent e26811a commit 0653a75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hex-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
MIX_ENV: dev
container:
image: elixir:1.14.2-alpine
image: hexpm/elixir:1.16.0-erlang-26.2.1-alpine-3.17.5
steps:
- name: Install Git/Curl/GNU Tar
run: apk add --no-cache curl tar git make gcc libc-dev g++
Expand All @@ -31,10 +31,10 @@ jobs:
path: |
_build
deps
key: ${{ runner.os }}-02-build-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-03-build-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-02-build-${{ hashFiles('mix.lock') }}
${{ runner.os }}-02-build-
${{ runner.os }}-03-build-${{ hashFiles('mix.lock') }}
${{ runner.os }}-03-build-
- name: Install Mix and Rebar
run: mix local.hex --force && mix local.rebar --force
- name: Install dependencies
Expand Down

0 comments on commit 0653a75

Please sign in to comment.