Skip to content

Commit

Permalink
Fixing github actions #3
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <dmalusev@nanointeractive.com>
  • Loading branch information
CodeLieutenant committed May 10, 2022
1 parent 3843392 commit 0645e77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: master
submodule: recursive
submodules: recursive
- name: Run CMake Build
run: make build
- uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: master
submodules: recursive
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: master
submodules: recursive
- uses: olegtarasov/get-tag@v2.1
id: git_tag
Expand Down

0 comments on commit 0645e77

Please sign in to comment.