修复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
steps:
- 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
uses: actions/checkout@v2