Skip to content

Improve appearence of (vec a), where a is a single letter. #30

Improve appearence of (vec a), where a is a single letter.

Improve appearence of (vec a), where a is a single letter. #30

Workflow file for this run

on:
- push
- pull_request
jobs:
build_and_publish_docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Install Racket
uses: Bogdanp/setup-racket@v1.3.1
with:
architecture: 'x64'
distribution: 'full'
version: '8.1'
dest: '"${HOME}/racketdist"'
local_catalogs: $GITHUB_WORKSPACE
sudo: never
- name: Register local packages
run: |
cd ../..
raco pkg install --deps search-auto racket-cas/
cd racket-cas
- name: Setup Collections
run: raco setup racket-cas