Skip to content

Commit

Permalink
chore: adding new step on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Mar 10, 2025
1 parent 6bbde5e commit 7a7c591
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/call_code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
steps:
- name: Set missing library
run: |
wget https://www.openssl.org/source/openssl-1.1.1.tar.gz
tar -xvf openssl-1.1.1.tar.gz
cd openssl-1.1.1
./config
make
sudo make install
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
- name: Setup Maven Action
uses: s4u/setup-maven-action@fa2c7e4517ed008b1f73e7e0195a9eecf5582cd4
Expand Down

0 comments on commit 7a7c591

Please sign in to comment.