Add xpadneo properly #28

Merged
eriq12 merged 23 commits from add-xpadneo into main 2025-06-23 22:48:46 -04:00
5 changed files with 25 additions and 4 deletions
Showing only changes of commit 408f479d97 - Show all commits

View File

@@ -30,6 +30,10 @@ jobs:
# !! Add your recipes here
- recipe.yml
steps:
- name: Install some required packages
shell: bash
run: |
sudo dnf install -y gawk
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.8