Origen-SDK / origen

The Origen Semiconductor Developer's Kit core platform
http://origen-sdk.org
MIT License
20 stars 24 forks source link

Fix Github Actions #422

Closed pderouen closed 3 years ago

pderouen commented 3 years ago

Disabled the web compile check for Windows. On GA the gems are installed in C: and the repo is cloned and executed in D:

This causes run time errors during web compile when template files from plugins located in C: are compiled and the relative_path_to function is called. Some of the code that would need to be fixed is in the doc helpers plugin. I don't know that it's worth the effort to fix it. I'd prefer to have GA clone to C: instead of D: (if that's a thing).

I consider this a stop gap solution to get the tests working again.