Skip to content

Commit 5636044

Browse files
committed
windirent?
1 parent 9e6ea43 commit 5636044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mcstas-basictest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +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
84+
if [ "$CC" == "cl.exe" ]; then choco install windirent; fi
8585
pip install mslex PyYAML ply ncrystal mcpl mcpl-extra psutil
8686
8787
- name: Setup (Windows Intel)

0 commit comments

Comments
 (0)