issues
search
sillydan1
/
expr
Simple variable and environment manipulation language
MIT License
1
stars
0
forks
source link
Fix for GitHub Actions and cross-platform compilation issues
#2
Closed
sillydan1
closed
2 years ago
sillydan1
commented
2 years ago
Changes
The primary branch is named
main
and not
master
. Fixed the GitHub Actions yml
Fix a problem where clang and msvcpp's operator<< for ostringstream is literally not to specs (See
https://stackoverflow.com/questions/59473325/no-member-named-str-in-stdbasic-ostreamchar-with-gcc-and-clang-but-no-p
)
Downgrade bison file to use bison 3.5 (because CI runs on Ubuntu)
Sidestepped cross-platform compilation issues
Changes
main
and notmaster
. Fixed the GitHub Actions yml