Skip to content

Commit 05f1f33

Browse files
committed
Add Kotlin setup to GitHub action
Before, the default Kotlin version was outdated.
1 parent 25ec26a commit 05f1f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify-problems.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.x'
16+
- name: Set up Kotlin
17+
uses: fwilhe2/setup-kotlin@main
1618
- name: Install dependencies
1719
run: |
1820
sudo apt install automake g++ make libboost-regex-dev libgmp-dev libgmp10 libgmpxx4ldbl python3 python3-pytest python3-setuptools python3-yaml python3-plastex python3-unidecode

0 commit comments

Comments
 (0)