Skip to content

Commit

Permalink
GitHub Actions is weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantido committed Jul 7, 2024
1 parent bd7ddb0 commit 24e384f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
Expand All @@ -54,6 +55,7 @@ jobs:
needs:
- build
steps:
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0
with:
Expand Down

0 comments on commit 24e384f

Please sign in to comment.