Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Jun 13, 2024
1 parent 2064795 commit 44ec636
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
- name: install test
run: |
python3 build.py --install --sudo -DCMAKE_BUILD_TYPE=RelWithDebInfo
python3 build.py --install --sudo -DCMAKE_BUILD_TYPE=RelWithDebInfo
cd libOTe_Tests/cmakeTests
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=RelWithDebInfo
Expand Down Expand Up @@ -114,7 +113,7 @@ jobs:
- name: install prefix test
run: |
python3 build.py --install=~/install -DCMAKE_BUILD_TYPE=RelWithDebInfo
python3 build.py --install=~/install
cd libOTe_Tests/cmakeTests
cmake -S . -B out/ -DSODIUM=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=~/install
cmake --build out/
Expand All @@ -125,7 +124,7 @@ jobs:
- name: install test
run: |
python3 build.py --install --sudo -DCMAKE_BUILD_TYPE=RelWithDebInfo
python3 build.py --install --sudo
cd libOTe_Tests/cmakeTests
cmake -S . -B out/ -DSODIUM=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build out/
Expand Down

0 comments on commit 44ec636

Please sign in to comment.