Skip to content

Commit 5c0d1e4

Browse files
committed
gh: check if compile commands generates
1 parent db64a2a commit 5c0d1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/temp.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ jobs:
115115
run: |
116116
git clone --depth=1 https://github.com/torvalds/linux.git linux
117117
cd linux
118+
bear -- make defconfig
118119
119120
- name: Print contents of Linux dir
120121
run: |
121122
ls linux
122-
ls ${PWD/linux
123+
ls ${PWD}/linux
123124
pwd

0 commit comments

Comments
 (0)