Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Aug 23, 2024
1 parent dc6fdca commit 849cef6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ jobs:
- name: install prefix test
run: |
python3 build.py --setup --boost --relic --install=~/install
python3 build.py --install=~/install
cd tests_cryptoTools/cmakeTests
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=~/install
Expand All @@ -136,7 +135,6 @@ jobs:
- name: install test
run: |
python3 build.py --setup --boost --relic --install --sudo
python3 build.py --install --sudo
cd tests_cryptoTools/cmakeTests
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 849cef6

Please sign in to comment.