From 5c0d1e40371a782732ec70509e0261ce058991a1 Mon Sep 17 00:00:00 2001 From: Brent Pappas Date: Tue, 16 Jul 2024 09:20:31 -0400 Subject: [PATCH] gh: check if compile commands generates --- .github/workflows/temp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/temp.yml b/.github/workflows/temp.yml index 0761e48b0b..9d92edc038 100644 --- a/.github/workflows/temp.yml +++ b/.github/workflows/temp.yml @@ -115,9 +115,10 @@ jobs: run: | git clone --depth=1 https://github.com/torvalds/linux.git linux cd linux + bear -- make defconfig - name: Print contents of Linux dir run: | ls linux - ls ${PWD/linux + ls ${PWD}/linux pwd