From 6433255cc15cb01317deca8132bbf6485f25935e Mon Sep 17 00:00:00 2001 From: Brent Pappas Date: Tue, 16 Jul 2024 10:02:05 -0400 Subject: [PATCH] gh: try moving out of linux dir --- .github/workflows/temp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index f2cb735a31..6bd2532179 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -116,6 +116,8 @@ jobs: git clone --depth=1 https://github.com/torvalds/linux.git linux cd linux bear -- make defconfig + cd ../ + ls linux - name: Clone vast benchmark directory uses: actions/checkout@v4