Skip to content

Commit 7de64dc

Browse files
committed
Revert "Try something simpler for CI fix"
This reverts commit 3e7bb8a.
1 parent 6703d60 commit 7de64dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ jobs:
110110
run: |
111111
install_cmdstan -h
112112
install_cxx_toolchain -h
113-
python -m cmdstanpy.install_cmdstan --compiler --version ${{ needs.get-cmdstan-version.outputs.version }} --cores 2
113+
$env:TBB_CXXFLAGS = "-D_UCRT"
114+
python -m cmdstanpy.install_cmdstan --version ${{ needs.get-cmdstan-version.outputs.version }} --cores 2
114115
echo "TBB_CXXFLAGS+=-D_UCRT" >> ~/.cmdstan/cmdstan-${{ needs.get-cmdstan-version.outputs.version }}/make/local
115116
116117
- name: Run tests

0 commit comments

Comments
 (0)