Third attempt.
This commit is contained in:
parent
685034bec0
commit
615e17931f
8
.github/workflows/solve.yaml
vendored
8
.github/workflows/solve.yaml
vendored
@ -14,13 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: 'corretto' # See 'Supported distributions' for available options
|
distribution: 'corretto' # See 'Supported distributions' for available options
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
- name: Install Kotlin Compiler
|
- uses: fwilhe2/setup-kotlin@main
|
||||||
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
|
|
||||||
- name: Day 1
|
- name: Day 1
|
||||||
run: kotlin puzzle1.kts
|
run: kotlin puzzle1.kts
|
||||||
- name: Day 2
|
- name: Day 2
|
||||||
|
Loading…
Reference in New Issue
Block a user