Add Racket
This commit is contained in:
parent
5d6a94bb6a
commit
a0ed759233
3 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
- import_tasks: pelles-c.yml
|
||||
- import_tasks: processing.yml
|
||||
- import_tasks: python.yml
|
||||
- import_tasks: racket.yml
|
||||
- import_tasks: rstudio.yml
|
||||
- import_tasks: swi-prolog.yml
|
||||
- import_tasks: thonny.yml
|
||||
|
|
3
roles/classroom/tasks/racket.yml
Normal file
3
roles/classroom/tasks/racket.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
- name: Install Racket
|
||||
win_chocolatey:
|
||||
name: racket
|
Loading…
Add table
Add a link
Reference in a new issue