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 346c278 commit 1fd2b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/be.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/checkout@v3
- name: configure
run: |
uname -a && lscpu | grep Endian
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 1fd2b92

Please # to comment.