add apt-get update

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

View File

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

View File

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