修复Linux配置

pull/459/head
lyswhut 2021-03-10 01:24:28 +08:00
parent 127d279266
commit d533c12315
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,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 bsdtar run: sudo apt-get install -y rpm bsdtar|libarchive-tools
- name: Check out git repository - name: Check out git repository
uses: actions/checkout@v2 uses: actions/checkout@v2