mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
test
This commit is contained in:
parent
f613116edc
commit
4958611ccc
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user