Skip to content

Commit

Permalink
[#2] Fix indentation for setup Erlang/Elixir block
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Feb 1, 2021
1 parent 717d1e0 commit 24cb550
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
node-version: 14.x
- name: Setup Erlang/Elixir
uses: actions/setup-elixir@v1
with:
otp-version: 21.3
elixir-version: 1.11.3
uses: actions/setup-elixir@v1
with:
otp-version: 21.3
elixir-version: 1.11.3
- run: npm install
- run: npm run compile
- name: Package
Expand Down

0 comments on commit 24cb550

Please sign in to comment.