We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d5ece commit 9e6ea43Copy full SHA for 9e6ea43
1 file changed
.github/workflows/mcstas-basictest.yml
@@ -81,6 +81,7 @@ jobs:
81
choco install winflexbison3
82
choco install wget
83
if [ "$CC" == "gcc.exe" ]; then choco install mingw; fi
84
+ if [ "$CC" == "cl.exe" ]; then choco install dirent; fi
85
pip install mslex PyYAML ply ncrystal mcpl mcpl-extra psutil
86
87
- name: Setup (Windows Intel)
0 commit comments