Skip to content

Commit

Permalink
Merge pull request #15 from TopixIM/snapshot
Browse files Browse the repository at this point in the history
upgrade calcit; change snapshot format
  • Loading branch information
NoEgAm committed Oct 11, 2023
2 parents 4601348 + 62c64ff commit dbda362
Show file tree
Hide file tree
Showing 5 changed files with 4,495 additions and 4,339 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/upload.yaml
Expand Up @@ -10,24 +10,24 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

- 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.8.4/cr'
name: 'cr'
version: '0.7.0-a7'
version: '0.8.4'

- 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.8.4/caps'
name: 'caps'
version: '0.7.0-a7'
version: '0.8.4'

- run: caps --ci && cr --entry server --emit-ir -1

Expand All @@ -39,7 +39,7 @@ jobs:

- name: Upload web assets
id: deploy
uses: Pendect/action-rsyncer@v1.1.0
uses: Pendect/action-rsyncer@v2.0.0
env:
DEPLOY_KEY: ${{secrets.rsync_private_key}}
with:
Expand Down

0 comments on commit dbda362

Please sign in to comment.