Skip to content

Commit

Permalink
More attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed May 17, 2021
1 parent e737d96 commit 4e386ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: java -version

- name: Install sbt-jni
run: pushd ./sbt-jni; ./sbt publishLocal; popd
run: cd sbt-jni; ./sbt publishLocal

- name: Compile
run: ./sbt compile
Expand Down

0 comments on commit 4e386ac

Please sign in to comment.