Skip to content

Commit

Permalink
Fix double-cleanup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 19, 2024
1 parent 5c792bf commit ab3d1e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- {os: macOS-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel'}
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel'}
#- {os: windows-latest, r: 'devel'}
#- {os: windows-latest, r: 'release'}
#- {os: windows-latest, r: 'oldrel'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel'}
Expand All @@ -49,6 +49,7 @@ jobs:

- name: Duplicate StanHeaders to avoid issues with cleanup running twice
run: cp -r StanHeaders StanHeaders2
shell: bash

- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit ab3d1e1

Please sign in to comment.