This commit is contained in:
parent
82de655a49
commit
9977407474
8
.github/workflows/solve.yaml
vendored
8
.github/workflows/solve.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user