Skip to content

Commit

Permalink
Make engine run after launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jul 23, 2020
1 parent e8e44f6 commit e319576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
build-engine:
name: Build Engine
runs-on: ubuntu-latest
needs: build-launcher
timeout-minutes: 30
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.typesafe.sbt.license.DepModuleInfo
val scalacVersion = "2.13.3"
val graalVersion = "20.1.0"
val javaVersion = "11"
val ensoVersion = "0.0.1"
val ensoVersion = "0.1.0"
organization in ThisBuild := "org.enso"
scalaVersion in ThisBuild := scalacVersion
val licenseSettings = Seq(
Expand Down

0 comments on commit e319576

Please sign in to comment.