Skip to content

Commit

Permalink
windows fixes, less linux cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Jun 21, 2023
1 parent 44f5c40 commit 0296b74
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-blst-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@ jobs:
run: |
echo "Relic origin/main commit:"
curl -H "application/vnd.github.v3.sha" \
https://api.github.com/repos/supranational/blst/commits/main | \
https://api.github.com/repos/supranational/blst/commits/master | \
head -10
sudo apt-get update
sudo apt-get install snap -y
sudo apt-get remove --purge cmake -y
# sudo snap install cmake --classic
hash -r
cmake --version
export BLST_MAIN=1
mkdir -p build
Expand All @@ -65,10 +60,8 @@ jobs:
- name: Windows build C++ and test
if: startsWith(matrix.os, 'windows')
run: |
ls -l
export BLST_MAIN=1
set BLST_MAIN=1
mkdir -p build
ls -l build
cd build
cmake ../
cmake --build . -- -j 6
Expand Down

0 comments on commit 0296b74

Please sign in to comment.