Skip to content

Commit

Permalink
gh: check if compile commands generates
Browse files Browse the repository at this point in the history
  • Loading branch information
PappasBrent committed Jul 16, 2024
1 parent db64a2a commit 5c0d1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c0d1e4

Please sign in to comment.