There was an error while loading. Please reload this page.
2 parents 528a24a + 18983db commit b67d39dCopy full SHA for b67d39d
1 file changed
.github/workflows/main.yml
@@ -60,6 +60,9 @@ jobs:
60
New-Item -Path "C:\" -Name "tmp" -ItemType Directory
61
echo "TMPDIR=c:\tmp" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
62
63
+ - name: Run StanHeaders cleanup script
64
+ run: cd StanHeaders && bash -x ./cleanup
65
+
66
- uses: r-lib/actions/setup-r-dependencies@v2
67
with:
68
working-directory: rstan/rstan
0 commit comments