Skip to content

Commit

Permalink
Try build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrudnick committed Nov 14, 2022
1 parent 111ddae commit e9b12bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
mix local.rebar --force
mix local.hex --force
mix archive.install --force https://raw.githubusercontent.com/phoenixframework/archives/master/phx_new.ez
mix archive.install hex phx_new
mix deps.get
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: elixir:1.12-slim

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install dependencies
run: |
mix local.rebar --force
Expand Down

0 comments on commit e9b12bb

Please sign in to comment.