Update scala-native 0.4.0. enable native test

This commit is contained in:
xuwei-k 2021-01-31 16:17:18 +09:00
parent 7781c86aea
commit 618be89f33
3 changed files with 1 additions and 3 deletions

View File

@ -23,8 +23,6 @@ jobs:
uses: coursier/cache-action@v5 uses: coursier/cache-action@v5
- name: Build and test - name: Build and test
run: | run: |
sudo apt-get update
sudo apt install clang libunwind-dev libgc-dev libre2-dev
sbt -v clean scripted sbt -v clean scripted
rm -rf "$HOME/.ivy2/local" || true rm -rf "$HOME/.ivy2/local" || true
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true

View File

@ -3,4 +3,4 @@ sys.props.get("plugin.version") match {
case _ => sys.error("""|The system property 'plugin.version' is not defined. case _ => sys.error("""|The system property 'plugin.version' is not defined.
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin) |Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
} }
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0-M2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.0")