Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
abulsayyad123 committed Jul 16, 2023
1 parent 38b9268 commit 10b5494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Set up Elixir
uses: actions/setup-elixir@v1
with:
elixir-version: "1.13.0"
otp-version: '24.1'
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}

- name: Restore dependencies cache
uses: actions/cache@v2
Expand Down

0 comments on commit 10b5494

Please sign in to comment.