We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ec26a commit 05f1f33Copy full SHA for 05f1f33
.github/workflows/verify-problems.yml
@@ -13,6 +13,8 @@ jobs:
13
uses: actions/setup-python@v5
14
with:
15
python-version: '3.x'
16
+ - name: Set up Kotlin
17
+ uses: fwilhe2/setup-kotlin@main
18
- name: Install dependencies
19
run: |
20
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