mirror of
https://codeberg.org/icewind/smbclient-builder.git
synced 2026-06-03 18:14:07 +02:00
enable deb-src repos
This commit is contained in:
parent
30486c882a
commit
599223abe3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
steps:
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
sudo sed -Ei '/.*partner/! s/^# (deb-src .*)/\1/g' /etc/apt/sources.list
|
||||
sudo apt update
|
||||
sudo apt-get build-dep smbclient
|
||||
- name: Download sources
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue