Skip to content

Commit

Permalink
install wget on
Browse files Browse the repository at this point in the history
  • Loading branch information
andarut committed Sep 24, 2023
1 parent 7e0db47 commit 1d30e68
Showing 1 changed file with 1 addition 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 @@ -138,7 +138,7 @@ jobs:
- name: Add trusted key
run: docker exec kphp-build-container-${{matrix.os}}.install bash -c
"wget -qO /etc/apt/trusted.gpg.d/vkpartner.asc https://artifactory-external.vkpartner.ru/artifactory/api/gpg/key/public"
"apt install wget && wget -qO /etc/apt/trusted.gpg.d/vkpartner.asc https://artifactory-external.vkpartner.ru/artifactory/api/gpg/key/public"

- name: Add apt source
run: docker exec kphp-build-container-${{matrix.os}}.install bash -c
Expand Down

0 comments on commit 1d30e68

Please sign in to comment.