Skip to content

Commit fb9d97d

Browse files
author
Gabben
committed
Try to fix tests
1 parent 8cb4ef5 commit fb9d97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
nim: ['1.0.x', '1.2.x', '1.4.x', 'stable', 'devel']
2323
os: [ubuntu-latest]
24-
cache-key: 'devel'
24+
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/cache@v1
3737
with:
3838
path: ~/.choosenim
39-
key: ${{ runner.os }}-choosenim-${{ matrix.cache-key }}-${{ steps.get-date.outputs.date }}
39+
key: ${{ runner.os }}-choosenim-${{ steps.get-date.outputs.date }}
4040

4141
- name: Cache nimble
4242
id: cache-nimble

0 commit comments

Comments
 (0)