Skip to content

Commit

Permalink
CI: Use newer version of autopkgtest
Browse files Browse the repository at this point in the history
To avoid errors such as this:
```
Running setup script /usr/share/autopkgtest/setup-commands/setup-testbed...
awk: fatal: cannot open file `/etc/apt/sources.list' for reading: No such file or directory
sh: Attempting to set up Debian/Ubuntu apt sources automatically
Failed to auto-detect apt mirror; set $MIRROR explicitly
```
  • Loading branch information
slyon committed Jan 29, 2024
1 parent 1fb01cd commit f83e60a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/network-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: |
sudo apt update
sudo apt install autopkgtest ubuntu-dev-tools devscripts openvswitch-switch linux-modules-extra-$(uname -r)
pull-lp-debs autopkgtest noble
sudo dpkg -i autopkgtest_*_all.deb
- name: Prepare test
run: |
pull-lp-source netplan.io
Expand Down

0 comments on commit f83e60a

Please sign in to comment.