Skip to content

Commit 5ce5274

Browse files
committed
Adjust CI env variables as workaround for sbt scala binary version resolution bug
1 parent ee6b545 commit 5ce5274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
github.event_name == 'workflow_dispatch'
9090
&& github.repository == 'lampepfl/dotty'
9191
)"
92+
env:
93+
RELEASEBUILD: yes
9294

9395
steps:
9496
- name: Set JDK 16 as default
@@ -384,6 +386,9 @@ jobs:
384386
&& github.repository == 'lampepfl/dotty'
385387
)"
386388

389+
env:
390+
RELEASEBUILD: yes
391+
387392
steps:
388393
- name: Set JDK 8 as default
389394
run: echo "/usr/lib/jvm/java-8-openjdk-amd64/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)