Skip to content

Commit

Permalink
bump to 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilb committed Jun 20, 2024
1 parent 8141ff3 commit bcb6d8a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
46 changes: 26 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,31 @@ jobs:
with:
submodules: 'recursive'

- name: Install node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'

- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Add msbuild to PATH
uses: microsoft/[email protected]
if: runner.os == 'Windows'

- name: Setup node for windows
if: runner.os == 'Windows'
# - name: Install node
# uses: actions/setup-node@v3
# with:
# node-version-file: '.nvmrc'

# - uses: actions/setup-python@v4
# with:
# python-version: '3.11'

# - name: Add msbuild to PATH
# uses: microsoft/[email protected]
# if: runner.os == 'Windows'

# - name: Setup node for windows
# if: runner.os == 'Windows'
# shell: bash
# run: |
# yarn global add node-gyp@latest

# - name: build libsession-util-nodejs
# shell: bash
# run: yarn install --frozen-lockfile --network-timeout 600000

- name: Build libsession-util with MSVC
shell: bash
run: |
yarn global add node-gyp@latest
- name: build libsession-util-nodejs
shell: bash
run: yarn install --frozen-lockfile --network-timeout 600000
cd libsession-util && mkdir build && cd build && |
cmake -DSUBMODULE_CHECK=OFF -DLOCAL_MIRROR=https://oxen.rocks/deps -DENABLE_ONIONREQ=OFF
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": "index.js",
"name": "libsession_util_nodejs",
"description": "Wrappers for the Session Util Library",
"version": "0.3.17",
"version": "0.3.18",
"license": "GPL-3.0",
"author": {
"name": "Oxen Project",
Expand Down

0 comments on commit bcb6d8a

Please sign in to comment.