We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eb046 commit 4560204Copy full SHA for 4560204
.github/workflows/main.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Delete precompiled header (MacOS)
86
if: matrix.os == 'macos-latest' && steps.cache-cmdstan.outputs.cache-hit == 'true'
87
- run: rm -f ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
+ run: rm -rf ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/stan/src/stan/model/*.hpp.gch
88
89
- name: Install CmdStan (Linux, macOS)
90
if: matrix.os != 'windows-latest'
0 commit comments