Skip to content

Commit

Permalink
Only run windows on stable
Browse files Browse the repository at this point in the history
Clean up cache step
  • Loading branch information
ire4ever1190 committed Dec 17, 2024
1 parent eb4e07a commit 6cac798
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
matrix:
nim: ['1.6.12', 'stable', 'devel']
gc: ['refc', 'orc']
os: ["ubuntu-latest", "windows-latest"]
os: ["ubuntu-latest"]
include:
- os: windows-latest
nim: "stable"
runs-on: ${{ matrix.os }}
name: Nim ${{ matrix.os }} ${{ matrix.nim }} ${{ matrix.gc }} test
steps:
Expand All @@ -30,7 +33,7 @@ jobs:

- name: Cache choosenim
id: cache-choosenim
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.nimble
key: nimble-v2-${{ hashFiles('*.nimble') }}
Expand Down

0 comments on commit 6cac798

Please sign in to comment.