update: skyline module

This commit is contained in:
msojocs 2025-04-30 16:03:20 +08:00
parent 35e6c94a8f
commit df34ae74fe
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ on:
push: push:
tags: tags:
- v* - v*
branches: [ master, dev, ci, skyline] branches: [ master, dev, ci]
pull_request: pull_request:
branches: [ master ] branches: [ master ]
# # Allows you to run this workflow manually from the Actions tab # # Allows you to run this workflow manually from the Actions tab

View File

@ -7,8 +7,8 @@ cache_dir="$root_dir/cache"
nwjs_dir="$root_dir/nwjs" nwjs_dir="$root_dir/nwjs"
package_dir="$root_dir/package.nw" package_dir="$root_dir/package.nw"
shared_memory_version="v1.0.1" shared_memory_version="v1.0.2"
skyline_version="v1.0.1" skyline_version="v1.0.2"
cd "$package_dir/node_modules" cd "$package_dir/node_modules"
rm sharedMemory/sharedMemory.node rm sharedMemory/sharedMemory.node