add apt-get update

This commit is contained in:
Rick van Lieshout 2022-04-21 17:51:21 +02:00
parent d66dd8cc9e
commit 6a1a1efe74
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ jobs:
build_on_linux:
runs-on: ubuntu-latest
steps:
- name: update apt
run: sudo apt-get update
- name: Install libarchive-tools
run: sudo apt-get install -y libarchive-tools
- uses: actions/checkout@master

View File

@ -9,6 +9,8 @@ jobs:
build_on_linux:
runs-on: ubuntu-latest
steps:
- name: update apt
run: sudo apt-get update
- name: Install libarchive-tools
run: sudo apt-get install -y libarchive-tools
- uses: actions/checkout@master