Skip to content

Commit

Permalink
Nudge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-thompson committed Nov 7, 2023
1 parent d89bd12 commit 20684da
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,5 @@ jobs:
set -x
set -e
pushd js
npm install
npm run build
popd
# Build the native binaries
mkdir -p ./build/native/
pushd ./build/native/
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=./out/ \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \
../..
cmake --build . --config Release -j 8
popd

0 comments on commit 20684da

Please sign in to comment.