From 84bb9e4dff9adc26ea81f251389b85b2b53396a6 Mon Sep 17 00:00:00 2001 From: Rich Hornung Date: Fri, 19 Jul 2024 14:02:46 -0700 Subject: [PATCH] i hate windows --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41caad6632..626c16ad12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: ## ==================================== ## Print the contents of the test directory in the build space - run: | - dir D:\a\RAJA\RAJA\build\test /s + cd D:\a\RAJA\RAJA\build\test & dir /S ## ==================================== ## This produces errors because tests are not found in the ## build/test/Release directory. Many attempts to set