Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 151bc4e

Browse files
committed
Remove non-working commands
1 parent 2bb98a9 commit 151bc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
otp-version: "23.2"
1717
elixir-version: "1.11.0"
18-
- run: mix do local.rebar --force, local.hex --force, deps.get, run
18+
- run: mix do deps.get, run
1919
- run: echo -ne "machine github.com\nlogin ${{secrets.DEPLOY_LOGIN}}\npassword ${{secrets.DEPLOY_PASSWORD}}\n" > $HOME/.netrc && chmod 600 ~/.netrc
2020
- run: git config --global --add user.name "Github Actions"
2121
- run: git config --global --add user.email "github-action@users.noreply.github.com"

0 commit comments

Comments
 (0)