Skip to content

Commit

Permalink
make v-scale generic; tag 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 3, 2022
1 parent 6affd76 commit 98c5cd0
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0-a3-build2/cr
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.2/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
Expand Down
211 changes: 180 additions & 31 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98c5cd0

Please sign in to comment.