Skip to content

Commit

Permalink
Merge pull request #32 from calcit-lang/setup-cr
Browse files Browse the repository at this point in the history
try with setup-cr
  • Loading branch information
NoEgAm authored Mar 22, 2024
2 parents 72334c4 + 419e611 commit f6aaf98
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 822 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

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

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

- name: "compiles to js"
run: >
Expand Down
Loading

0 comments on commit f6aaf98

Please sign in to comment.