Skip to content

Commit

Permalink
change snapshot format; trying css in calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 28, 2023
1 parent fdd8a4c commit dfbe6ca
Show file tree
Hide file tree
Showing 8 changed files with 3,150 additions and 3,116 deletions.
36 changes: 13 additions & 23 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,28 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

- name: ACTIONS_ALLOW_UNSECURE_COMMANDS
id: ACTIONS_ALLOW_UNSECURE_COMMANDS
run: echo 'ACTIONS_ALLOW_UNSECURE_COMMANDS=true' >> $GITHUB_ENV

- name: add cr
run: |
mkdir -p $GITHUB_WORKSPACE/bin
wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.20/cr
chmod +x $GITHUB_WORKSPACE/bin/cr
echo "::add-path::$GITHUB_WORKSPACE/bin"
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/cr'
name: 'cr'
version: '0.8.13'

- name: "prepare modules"
run: >
mkdir -p ~/.config/calcit/modules/ && cd ~/.config/calcit/modules/
&& git clone https://github.com/calcit-lang/lilac.git
&& git clone https://github.com/calcit-lang/memof.git
&& git clone https://github.com/Respo/respo.calcit.git
&& git clone https://github.com/Respo/reel.calcit.git
&& git clone https://github.com/Respo/respo-markdown.calcit.git
&& git clone https://github.com/Respo/respo-ui.calcit.git
&& git clone https://github.com/Respo/respo-feather.calcit.git
- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/caps'
name: 'caps'
version: '0.8.13'

- name: "compiles to js"
run: >
cr --emit-js --once
caps --ci && cr --emit-js --once
&& yarn && yarn vite build --base=./
- name: Deploy to server
Expand Down
2 changes: 1 addition & 1 deletion assets/play-azure.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import * as sdk from "microsoft-cognitiveservices-speech-sdk";
import * as bundle from "microsoft-cognitiveservices-speech-sdk/distrib/es2015/microsoft.cognitiveservices.speech.sdk.js";
import * as bundle from "microsoft-cognitiveservices-speech-sdk/distrib/lib/microsoft.cognitiveservices.speech.sdk.js";

console.log("speechsdk", bundle);

Expand Down
4,585 changes: 2,357 additions & 2,228 deletions calcit.cirru

Large diffs are not rendered by default.

Loading

0 comments on commit dfbe6ca

Please sign in to comment.