mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2026-01-11 20:13:40 +00:00
build: install sbt explicitly
This commit is contained in:
10
.github/workflows/run-tests.yml
vendored
10
.github/workflows/run-tests.yml
vendored
@ -13,10 +13,20 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: setup JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 18
|
||||
|
||||
- name: install sbt
|
||||
uses: eclipse-score/apt-install@main
|
||||
with:
|
||||
packages: wget
|
||||
- run: |
|
||||
wget https://scala.jfrog.io/artifactory/debian/sbt-1.11.7.deb
|
||||
dpkg -i sbt-1.11.7.deb
|
||||
|
||||
- name: run tests
|
||||
run: make tests
|
||||
|
||||
Reference in New Issue
Block a user