mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
add apt-get update
This commit is contained in:
parent
d66dd8cc9e
commit
6a1a1efe74
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
build_on_linux:
|
build_on_linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: update apt
|
||||||
|
run: sudo apt-get update
|
||||||
- name: Install libarchive-tools
|
- name: Install libarchive-tools
|
||||||
run: sudo apt-get install -y libarchive-tools
|
run: sudo apt-get install -y libarchive-tools
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
build_on_linux:
|
build_on_linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: update apt
|
||||||
|
run: sudo apt-get update
|
||||||
- name: Install libarchive-tools
|
- name: Install libarchive-tools
|
||||||
run: sudo apt-get install -y libarchive-tools
|
run: sudo apt-get install -y libarchive-tools
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
Loading…
Reference in New Issue
Block a user