From c2834e0e3fef8ae8c74b6d52d97c70d3f29a21e9 Mon Sep 17 00:00:00 2001 From: Abdul Wadood Date: Wed, 14 Feb 2024 21:20:05 +0500 Subject: [PATCH] update CI Signed-off-by: Abdul Wadood --- .github/workflows/arch-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arch-test.yml b/.github/workflows/arch-test.yml index 6f8e47a72..d5f674a24 100644 --- a/.github/workflows/arch-test.yml +++ b/.github/workflows/arch-test.yml @@ -31,8 +31,8 @@ jobs: echo "what is in root" ls echo "what is in install" - ls/install - echo `pwd`/install/bin >> $GITHUB_PATH + ls install/ + echo "`pwd`/install/bin" >> $GITHUB_PATH spike -h - name: Build Sail