修复Linux配置

This commit is contained in:
lyswhut 2021-03-10 01:24:28 +08:00
parent 127d279266
commit d533c12315

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