chore: Add missing apt repository
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 9s
Some checks failed
tofu plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Failing after 9s
This commit is contained in:
parent
7bd2e066fd
commit
9da7f3f54d
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: opentofu/setup-opentofu@v1
|
- uses: opentofu/setup-opentofu@v1
|
||||||
|
|
||||||
|
- name: Setup apt repository
|
||||||
|
run: |
|
||||||
|
echo "deb http://deb.debian.org/debian $(lsb_release -cs) main contrib non-free non-free-firmware" | tee -a /etc/apt/sources.list
|
||||||
|
apt update
|
||||||
|
|
||||||
- name: Setup Wireguard
|
- name: Setup Wireguard
|
||||||
run: |
|
run: |
|
||||||
apt-cache policy
|
apt-cache policy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue