aboutsummaryrefslogtreecommitdiff
path: root/ci/run.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run.ps1')
-rw-r--r--ci/run.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.ps1 b/ci/run.ps1
index f093673..aa37ee1 100644
--- a/ci/run.ps1
+++ b/ci/run.ps1
@@ -67,7 +67,7 @@ echo ($env:Path).Replace(';',"`n")
echo "=== PATH END ==="
echo ""
-$progs = @("python","ninja","pkg-config","cl","rc","link","pypy3")
+$progs = @("python","ninja","pkg-config","cl","rc","link","pypy3","ifort")
foreach ($prog in $progs) {
echo ""
echo "Locating ${prog}:"