Skip to content

Commit

Permalink
prefer dispatching in tuples; tag 0.15.0-a1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jun 25, 2023
1 parent 8a6dc88 commit 7fcc33f
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 233 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.2/cr'
name: 'cr'
version: '0.7.0-a7'
version: '0.7.2'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.2/caps'
name: 'caps'
version: '0.7.0-a7'
version: '0.7.2'

- name: "load deps"
run: caps --ci && yarn
Expand Down
Loading

0 comments on commit 7fcc33f

Please sign in to comment.