Skip to content

Commit b67d39d

Browse files
authored
Merge pull request #1193 from stan-dev/ci-r-devel
Pre-run cleanup script for r-devel workaround
2 parents 528a24a + 18983db commit b67d39d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
New-Item -Path "C:\" -Name "tmp" -ItemType Directory
6161
echo "TMPDIR=c:\tmp" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
6262
63+
- name: Run StanHeaders cleanup script
64+
run: cd StanHeaders && bash -x ./cleanup
65+
6366
- uses: r-lib/actions/setup-r-dependencies@v2
6467
with:
6568
working-directory: rstan/rstan

0 commit comments

Comments
 (0)