Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee577f2

Browse files
committed
chore: update the fallback keys also
1 parenta22ada3 commitee577f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/elixir.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
with:
3232
path:deps
3333
key:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
34-
restore-keys:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-
34+
restore-keys:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-deps-2
3535
-uses:actions/cache@v1
3636
id:cache-build
3737
with:
3838
path:_build
3939
key:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
40-
restore-keys:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-
40+
restore-keys:otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-2
4141
-run:mix deps.get
4242
-run:mix check --except dialyzer
4343
if:startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp