Skip to content

Commit

Permalink
fix: fixing working directory using mix lock at parent 6
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatist-ban committed Feb 26, 2024
1 parent 52b1fe0 commit 3293ff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/cache@v4
with:
path: Elixir/Konex/deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
key: ${{ runner.os }}-mix-${{ hashFiles('**/Elixir/Konex/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-2

- name: Show files
Expand All @@ -101,6 +101,8 @@ jobs:
echo "------------------------------"
ls deps
echo "------------------------------"
ls Elixir/Konex/deps
echo "------------------------------"
# - name: Install dependencies
# run: mix deps.get
Expand Down

0 comments on commit 3293ff2

Please sign in to comment.