Skip to content

Commit

Permalink
removed incorrect code
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Nov 13, 2023
1 parent 1917ec9 commit 766de34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ jobs:
cp -r ../package/include ../package_ios_simulator/include
cd ../
mkdir build_prover_macos_arm64 && cd build_prover_macos_arm64
cmake .. -DTARGET_PLATFORM=macos_arm64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../package_macos_arm64
make -j4 && make install
- name: upload macOS arm64 artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 766de34

Please sign in to comment.