修复linux构建
parent
517899cd03
commit
3da797a0ad
|
@ -158,7 +158,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: sudo apt-get install -y rpm libarchive-tools
|
run: sudo apt-get update && sudo apt-get install -y rpm libarchive-tools
|
||||||
|
|
||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -104,7 +104,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: sudo apt-get install -y rpm libarchive-tools
|
run: sudo apt-get update && sudo apt-get install -y rpm libarchive-tools
|
||||||
|
|
||||||
- name: Check out git repository
|
- name: Check out git repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue