Skip to content

Commit 579f061

Browse files
authored
Merge pull request #15 from calcit-lang/update
update record fn
2 parents 228e60b + 873f9f9 commit 579f061

File tree

6 files changed

+9512
-4472
lines changed

6 files changed

+9512
-4472
lines changed

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a1/cr'
2323
name: 'cr'
24-
version: '0.7.12'
24+
version: '0.8.0-a1'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.12/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a1/caps'
2929
name: 'caps'
30-
version: '0.7.12'
30+
version: '0.8.0-a1'
3131

3232
- name: "deps"
3333
run: yarn && caps --ci

0 commit comments

Comments
 (0)