Minor actions fixes/updates

- always apt-get update before installing packages
- move to tagged official create_release action

The official GH create_release action now has support for body text from
file.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes
2020-07-01 14:27:10 -04:00
parent 97a3f52c63
commit 57a9f0b50d
2 changed files with 4 additions and 2 deletions

View File

@@ -238,6 +238,7 @@ jobs:
- name: Install Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install -y btrfs-tools libseccomp-dev
- name: Make