Skip to content

Commit

Permalink
Merge pull request #21 from nim-lang/ringabout-patch-1
Browse files Browse the repository at this point in the history
fixes CI
  • Loading branch information
ringabout authored Mar 5, 2024
2 parents 44547ab + c80f1fa commit 610ac52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Cache choosenim
id: cache-choosenim
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.choosenim
key: ${{ runner.os }}-choosenim-stable

- name: Cache nimble
id: cache-nimble
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-stable

- uses: jiro4989/setup-nim-action@v1.0.2
- uses: jiro4989/setup-nim-action@v1

- run: nimble test -y

0 comments on commit 610ac52

Please sign in to comment.