We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218d0d7 commit c1e9f49Copy full SHA for c1e9f49
.github/workflows/automatic-release.yml
@@ -12,6 +12,9 @@ jobs:
12
- name: Fetch repo
13
uses: actions/checkout@v3
14
15
+ - name: Checkout submodules
16
+ run: git submodule update --init
17
+
18
- name: Prepare environment
19
run: |
20
sudo apt update && sudo apt install -y \
.github/workflows/build-image.yml
@@ -13,6 +13,9 @@ jobs:
21
0 commit comments