Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabben committed Feb 20, 2023
1 parent 8cb4ef5 commit fb9d97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
nim: ['1.0.x', '1.2.x', '1.4.x', 'stable', 'devel']
os: [ubuntu-latest]
cache-key: 'devel'

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/cache@v1
with:
path: ~/.choosenim
key: ${{ runner.os }}-choosenim-${{ matrix.cache-key }}-${{ steps.get-date.outputs.date }}
key: ${{ runner.os }}-choosenim-${{ steps.get-date.outputs.date }}

- name: Cache nimble
id: cache-nimble
Expand Down

0 comments on commit fb9d97d

Please sign in to comment.