1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

fix reference

This commit is contained in:
Jason N. 2024-03-29 14:51:14 -04:00
parent 0f9e705f1c
commit ef96bb1adb
2 changed files with 6 additions and 1 deletions

View file

@ -80,7 +80,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y make
sudo make install-test-deps PACKAGE_MANAGER=apt-get
sudo make test/iso/install-deps PACKAGE_MANAGER=apt-get
- name: Download generated ISO
uses: actions/download-artifact@v4