Skip to content

Commit

Permalink
Adjust CI env variables as workaround for sbt scala binary version re…
Browse files Browse the repository at this point in the history
…solution bug
  • Loading branch information
prolativ committed Jul 9, 2021
1 parent ee6b545 commit 5ce5274
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
github.event_name == 'workflow_dispatch'
&& github.repository == 'lampepfl/dotty'
)"
env:
RELEASEBUILD: yes

steps:
- name: Set JDK 16 as default
Expand Down Expand Up @@ -384,6 +386,9 @@ jobs:
&& github.repository == 'lampepfl/dotty'
)"

env:
RELEASEBUILD: yes

steps:
- name: Set JDK 8 as default
run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 5ce5274

Please sign in to comment.