Skip to content

Commit

Permalink
upgrade deps; fix HTTPS assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 2, 2022
1 parent a3edf74 commit e782afa
Show file tree
Hide file tree
Showing 5 changed files with 1,115 additions and 1,947 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload
on:
push:
branches:
- master
- main
pull_request: {}

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-yarn-
- name: wget
run: mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0-a3-build2/cr
run: mkdir ci-bin/ && wget -O ci-bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.2/cr
- name: "permission"
run: chmod +x ci-bin/cr

Expand Down
Loading

0 comments on commit e782afa

Please sign in to comment.