Run apt-get update prior to running apt-get install
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
steps:
- name: Install container dependencies
- run: sudo apt-get install lxc lxd
+ run: |
+ sudo apt-get update
+ sudo apt-get install lxc lxd
- uses: actions/checkout@v2
with:
submodules: false
sudo su -c "echo +cpuset > /sys/fs/cgroup/unified/cgroup.subtree_control"
cat /sys/fs/cgroup/unified/cgroup.subtree_control
- name: Install container dependencies
- run: sudo apt-get install lxc lxd
+ run: |
+ sudo apt-get update
+ sudo apt-get install lxc lxd
- uses: actions/checkout@v2
with:
submodules: false