Skip to content

Commit c1a494a

Browse files
committed
Fibonacci all the things
1 parent d6212ad commit c1a494a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
- uses: actions/checkout@v4
3636
- name: Validate Gradle Wrapper
3737
uses: gradle/wrapper-validation-action@v1
38-
- uses: actions/cache@v4
39-
with:
40-
path: |
41-
~/.konan
42-
key: ${{ runner.os }}-${{ hashFiles('**/.lock') }}
4338
- name: Import GPG key
4439
uses: crazy-max/ghaction-import-gpg@v6
4540
with:

0 commit comments

Comments
 (0)