Skip to content

Commit

Permalink
GHA: add missing git
Browse files Browse the repository at this point in the history
    - we need manually install git on the container side

Signed-off-by: Vicente Cheng <[email protected]>
(cherry picked from commit c943f7c)
  • Loading branch information
Vicente-Cheng authored and bk201 committed Feb 3, 2025
1 parent 9012ee9 commit 200570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
echo "targetVersion=$(echo ${{ inputs.tag }} | cut -d'-' -f1)" >> $GITHUB_ENV
- name: Install docker
run: zypper ref && zypper -n install docker npm
run: zypper ref && zypper -n install docker npm git
- name: Pull release image
run: |
docker pull ${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 200570a

Please sign in to comment.