AngouriMath icon indicating copy to clipboard operation
AngouriMath copied to clipboard

Fix CI builds

Open WhiteBlackGoose opened this issue 3 years ago • 2 comments

Currently in master C# tests and build fail for package AngouriMath.Experimental for macOS. Since generic math is not implemented, we need to make AngouriMath.Experimental target .NET 7, add installing the corresponding runtime in yml files, and make it work:

  • Change AngouriMath.Experimental's target to .NET 7
  • Fix CSharpBuild.yml and CSharpTest.yml by adding .NET 7
  • Fix CI (it will run on opened draft PR)

WhiteBlackGoose avatar Oct 07 '22 02:10 WhiteBlackGoose

Hi @WhiteBlackGoose, Can I work on this ?

gauravagrwal avatar Oct 15 '22 19:10 gauravagrwal

Hi, assigned you. Good luck!

WhiteBlackGoose avatar Oct 16 '22 02:10 WhiteBlackGoose