Skip to content

Commit

Permalink
socketcan: skip install in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Aug 31, 2024
1 parent 160ea08 commit 9ec02e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/drivers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
cd drivers/linux
make link
make build
make install
# FIXME: install doesn't work sometimes in GH Actions
#make install
- name: Print make log
if: always()
continue-on-error: true
Expand Down

0 comments on commit 9ec02e7

Please sign in to comment.