Skip to content

Commit

Permalink
Remove scala suffix from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 committed Nov 18, 2023
1 parent c7fde06 commit c9aaf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
platform: [JVM, JS, Native]

env:
PROJECT: root${{ matrix.platform }}${{ matrix.scala }}
PROJECT: root${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c9aaf83

Please sign in to comment.