Skip to content

Commit

Permalink
Updated the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idorobots committed May 10, 2023
1 parent d9c0525 commit b445b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
with:
otp-version: '25'
rebar3-version: '3.20.0'
- run: sudo apt update && sudo apt install -y make gcc libssl-dev && rebar3 update && rebar3 ct && rebar3 dialyzer && rebar3 lint
- run: sudo apt update && sudo apt install -y make gcc libssl-dev && rebar3 get-deps && rebar3 ct && rebar3 dialyzer && rebar3 lint

0 comments on commit b445b31

Please sign in to comment.