1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-04-02 21:23:14 -04:00
parent 69731f57e7
commit 6baed8272a
4 changed files with 7 additions and 7 deletions

View file

@ -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