Unverified Commit e09d3876 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update ccpp.yml

parent 0fd94e42
...@@ -22,8 +22,8 @@ jobs: ...@@ -22,8 +22,8 @@ jobs:
cd linux-sgx && cd linux-sgx &&
patch -p1 -i ../docker/install-psw.patch && ./download_prebuilt.sh 2> /dev/null patch -p1 -i ../docker/install-psw.patch && ./download_prebuilt.sh 2> /dev/null
&& make -s -j$(nproc) sdk_install_pkg psw_install_pkg && make -s -j$(nproc) sdk_install_pkg psw_install_pkg
&& ./linux/installer/bin/sgx_linux_x64_sdk_2.5.100.49891.bin --prefix=/opt/intel && sudo ./linux/installer/bin/sgx_linux_x64_sdk_2.5.100.49891.bin --prefix=/opt/intel
&& ./linux/installer/bin/sgx_linux_x64_psw_2.5.100.49891.bin && && sudo ./linux/installer/bin/sgx_linux_x64_psw_2.5.100.49891.bin &&
cd .. && rm -rf linux-sgx/ cd .. && rm -rf linux-sgx/
- name: build deps - name: build deps
run: cd scripts; build.py run: cd scripts; build.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment