This commit is contained in:
Mateusz Faderewski 2023-03-02 00:56:41 +01:00
parent f613116edc
commit 4958611ccc

View File

@ -93,7 +93,9 @@ jobs:
- name: Install required linux packages
if: matrix.packages
run: apt update && apt -y install ${{ matrix.packages }}
run: |
sudo apt-get update
sudo apt-get -y install ${{ matrix.packages }}
- name: Build deployer
run: cargo b -r