Skip to content

Commit

Permalink
Added mbedtls
Browse files Browse the repository at this point in the history
Signed-off-by: AkliRa <[email protected]>
  • Loading branch information
aklira authored Jan 16, 2024
1 parent 8316b7a commit bb1adc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,16 @@ jobs:
- name: Download and install libiec61850
env:
LIBIEC61850_REPO_URL: "https://github.com/mz-automation/libiec61850.git"
MBEDTLS_REPO_URL: "https://github.com/ARMmbed/mbedtls/archive/refs/tags/v2.28.2.tar.gz"
run: |
cd $HOME
git clone ${{ env.LIBIEC61850_REPO_URL }}
cd $HOME/libiec61850
cd third_party/mbedtls
wget ${{ env.MBEDTLS_REPO_URL }}
tar xf v2.28.2.tar.gz
mv mbedtls-2.28.2 mbedtls-2.28
cd ../..
mkdir build
cd build
cmake -DBUILD_TESTS=NO -DBUILD_EXAMPLES=NO ..
Expand Down

0 comments on commit bb1adc6

Please sign in to comment.