Skip to content

Commit

Permalink
testing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 9, 2025
1 parent 21e3a09 commit 1cfacd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down

0 comments on commit 1cfacd0

Please sign in to comment.