mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fixes
This commit is contained in:
parent
69731f57e7
commit
6baed8272a
4 changed files with 7 additions and 7 deletions
6
.github/workflows/test_repo.yml
vendored
6
.github/workflows/test_repo.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Run test
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y make
|
||||
make test/repo/install-deps
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y make
|
||||
sudo make test/repo/install-deps
|
||||
make test/repo
|
||||
Loading…
Add table
Add a link
Reference in a new issue