Actions fix

Fix for `workflows must be defined at the top level of the .github/workflows/ directory` error.
This commit is contained in:
Juliusz Sosinowicz
2023-02-20 18:23:35 +01:00
parent 8b7ea9e820
commit 261054896c
6 changed files with 10 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ jobs:
path: src/.libs/libwolfssl.so
retention-days: 1
compile_container:
name: OpenWrt test
name: Compile container
runs-on: ubuntu-latest
needs: build_library
strategy:
@@ -37,8 +37,7 @@ jobs:
with:
name: libwolfssl.so
path: Docker/OpenWrt/.
-
name: Build but dont push
- name: Build but dont push
uses: docker/build-push-action@v3
with:
context: Docker/OpenWrt