diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6713182b..af7bec41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -104,7 +104,8 @@ jobs: # pip install setuptools - name: Run .NET 4.5 tests - if: matrix.os != 'macos-13' && runner.os != 'Linux' + # if: matrix.os != 'macos-13' && runner.os != 'Linux' + if: matrix.os != 'macos-13' shell: bash run: node tools/test.js CI diff --git a/tools/install.js b/tools/install.js index feb95f1f..5e78a6d8 100644 --- a/tools/install.js +++ b/tools/install.js @@ -95,9 +95,7 @@ else { if(fs.existsSync(edjeNative) && fs.existsSync(edjeNativeClr)){ spawn('dotnet', ['build', '--configuration', 'Release'], { stdio: 'inherit', cwd: path.resolve(__dirname, '..', 'lib', 'bootstrap') }) - .on('close', function() { - require('./checkplatform'); - }); + } else{ spawn('node-gyp', ['configure', 'build'], { stdio: 'inherit' });