Skip to content

Commit

Permalink
Update ssl in build_docker.develop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
artyukh authored Aug 19, 2024
1 parent 74bb052 commit c05babb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_docker.develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Update openssl
run: sudo apt-get update && sudo apt-get install --only-upgrade openssl
- name: Checkout code
uses: actions/checkout@v2
- name: get-version
id: package-version
uses: martinbeentjes/npm-get-version-action@main
Expand Down

0 comments on commit c05babb

Please sign in to comment.