Skip to content

Commit 8141ff3

Browse files
committed
fix: test fix osx build with cmake only
1 parent da8f638 commit 8141ff3

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
submodules: 'recursive'
3030

31-
3231
- name: Install node
3332
uses: actions/setup-node@v3
3433
with:
@@ -48,14 +47,6 @@ jobs:
4847
run: |
4948
yarn global add node-gyp@latest
5049
51-
52-
- name: build libsession-util-nodejs for macos
53-
if: runner.os == 'macOS'
54-
shell: bash
55-
run: |
56-
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" && yarn install --frozen-lockfile --network-timeout 600000
57-
58-
- name: build libsession-util-nodejs for others
50+
- name: build libsession-util-nodejs
5951
shell: bash
60-
if: runner.os != 'macOS'
6152
run: yarn install --frozen-lockfile --network-timeout 600000

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ set(VERBOSE ON)
99
add_definitions(-DNAPI_VERSION=8)
1010
set(CMAKE_CONFIGURATION_TYPES Release)
1111

12-
13-
14-
1512
project(libsession_util_nodejs LANGUAGES CXX)
1613

1714
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)

libsession-util

0 commit comments

Comments
 (0)