Third attempt.

This commit is contained in:
Logiar 2024-12-02 14:06:27 +01:00
parent 685034bec0
commit 615e17931f
Signed by: Logiar
SSH Key Fingerprint: SHA256:tq77C31em1ZG4oELIHC3k62wq5UzPSXmhqH8g62whIY

View File

@ -14,13 +14,7 @@ jobs:
with:
distribution: 'corretto' # See 'Supported distributions' for available options
java-version: '21'
- name: Install Kotlin Compiler
run: |
sudo apt-get install -y curl
curl -s https://get.sdkman.io | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install kotlin
kotlin -version
- uses: fwilhe2/setup-kotlin@main
- name: Day 1
run: kotlin puzzle1.kts
- name: Day 2