Skip to content

Commit

Permalink
Update openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 10, 2024
1 parent 1ed5304 commit edd8837
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
cache: yarn
cache-dependency-path: ui/yarn.lock

- name: Update openssl
run: |
openssl version
sudo apt-get update
sudo apt-get upgrade openssl
- name: Install
run: yarn install

Expand Down

0 comments on commit edd8837

Please sign in to comment.