-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed on Windows #105
Comments
Locally on Windows 7 64-bit:
|
Very strange bug. Two month ago the stage 'testMN2STS' ended successfully on Windows: And ended successfully if jar pre-builded at standalone step: |
The differences in make output:
from https://github.com/metanorma/mnconvert/runs/5025752781?check_suite_focus=true
It seems the different versions of the tool 'make' are using... |
Without Ruby installation:
With Ruby installation - if: matrix.os == 'windows-latest'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
Notice on https://github.com/ruby/setup-ruby:
The similar issue ruby/setup-ruby#19 fixed two years ago. |
Looks like Ruby installer replaces shell for Windows. Issue fixed by commenting
and not need conditions for Win:
and
|
From https://github.com/metanorma/mnconvert/runs/5005153987?check_suite_focus=true:
The text was updated successfully, but these errors were encountered: