Skip to content

Commit

Permalink
Update be.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yomnes0 authored Feb 28, 2024
1 parent b4f9f00 commit f474155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"uname -a &&
lscpu | grep Endian &&
apt-get -y update &&
apt-get -y install cmake g++ &&
apt-get -y install cmake g++ libssl-dev &&
mkdir _build && cd _build &&
cmake ../ -DENABLE_STDCXX_SYNC=ON -DENABLE_ENCRYPTION=ON -DENABLE_UNITTESTS=ON -DENABLE_BONDING=ON -DENABLE_TESTING=ON -DENABLE_EXAMPLES=ON -DENABLE_CODE_COVERAGE=ON"
- name: build
Expand Down

0 comments on commit f474155

Please # to comment.