Skip to content

Commit 9e6ea43

Browse files
committed
Try to add dirent on Windows/Arm
1 parent 58d5ece commit 9e6ea43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mcstas-basictest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
choco install winflexbison3
8282
choco install wget
8383
if [ "$CC" == "gcc.exe" ]; then choco install mingw; fi
84+
if [ "$CC" == "cl.exe" ]; then choco install dirent; fi
8485
pip install mslex PyYAML ply ncrystal mcpl mcpl-extra psutil
8586
8687
- name: Setup (Windows Intel)

0 commit comments

Comments
 (0)