Skip to content

Commit

Permalink
Merge pull request #56 from Respo/snapshot
Browse files Browse the repository at this point in the history
breaking change on snapshot format
  • Loading branch information
NoEgAm authored Aug 23, 2023
2 parents ce2e421 + a12e2c2 commit 4429cc1
Show file tree
Hide file tree
Showing 6 changed files with 15,075 additions and 1,725 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.13/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a1/cr'
name: 'cr'
version: '0.7.13'
version: '0.8.0-a1'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.13/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a1/caps'
name: 'caps'
version: '0.7.13'
version: '0.8.0-a1'

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

0 comments on commit 4429cc1

Please sign in to comment.