Skip to content

Commit

Permalink
Merge pull request #33 from Cirru/file-entry
Browse files Browse the repository at this point in the history
add FileEntry in snapshot
  • Loading branch information
csvwolf authored Aug 31, 2023
2 parents aae933a + afed8c1 commit 0b3d969
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 70 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.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.8.0-a2/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
name: 'cr'
version: '0.8.0-a2'
version: '0.8.0-a3'

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

- name: "compiles to js"
run: >
Expand Down
66 changes: 35 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 0b3d969

Please sign in to comment.