Skip to content

Commit

Permalink
fix if: matrix.old_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoefmoraes committed Jan 26, 2024
1 parent 57bcb5c commit 8232b2e
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 @@ -47,7 +47,7 @@ jobs:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- name: Use old lock file
if: matrix.old_deps == 'true'
if: matrix.old_deps
run: mv mix.lock.old mix.lock
- name: Deps and _build cache
uses: actions/cache@v3
Expand Down

0 comments on commit 8232b2e

Please sign in to comment.