EFIC-233 - update workflow
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml
index 11ae429..e5d3f61 100644
--- a/.github/workflows/user_project_ci.yml
+++ b/.github/workflows/user_project_ci.yml
@@ -20,7 +20,10 @@
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
+
+ - name: Install Magic
+ run: sh ${GITHUB_WORKSPACE}/.github/scripts/precheck/get_install_magic.sh
+
- name: Install The Precheck
run: sh ${GITHUB_WORKSPACE}/.github/scripts/precheck/precheckBuild.sh
@@ -38,7 +41,10 @@
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
+
+ - name: Install Magic
+ run: sh ${GITHUB_WORKSPACE}/.github/scripts/precheck/install_magic.sh
+
- name: Install The Precheck
run: sh ${GITHUB_WORKSPACE}/.github/scripts/precheck/precheckBuild.sh