Skip to content

Commit c9a39c4

Browse files
committed
workflows
1 parent f9852e6 commit c9a39c4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
- name: Build packages
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get build-dep --no-install-recommends -y .
2221
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts
23-
debuild --no-lintian -us -uc
22+
debuild --no-lintian -us -uc -d
2423
2524
- name: Workaround actions
2625
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- name: Build packages
1616
run: |
1717
sudo apt-get update
18-
sudo apt-get build-dep --no-install-recommends -y .
1918
sudo apt-get install --no-install-recommends -y git-buildpackage debhelper devscripts
20-
debuild --no-lintian -us -uc
19+
debuild --no-lintian -us -uc -d
2120
2221
- name: Workaround actions
2322
run: |

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Build-Depends-Arch:
88
linux-rockchip-headers-6.1.0-1023,
99
linux-headers-6.1.0-1023-rockchip,
1010
linux-modules-6.1.0-1023-rockchip,
11-
Vcs-Git: https://github.com/Joshua-Riek/linux-rockchip
11+
Vcs-Git: https://github.com/ameriDroid/linux-rockchip
1212

1313
Package: linux-headers-rockchip
1414
Architecture: arm64

0 commit comments

Comments
 (0)