Fixing not needed modules

This commit is contained in:
Fabio Belavenuto
2022-07-06 09:36:22 -03:00
parent 285ef9beb8
commit 9b623817d5
10 changed files with 24 additions and 33 deletions

View File

@@ -1,12 +1,7 @@
name: Build img
name: Build image
# Controls when the workflow will run
on:
# push:
# branches:
# - main
# pull_request:
# When a release is published
release:
@@ -26,8 +21,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
submodules: recursive
# Install missing buildroot dependency
- name: Install dependency