We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec5b78 commit ad24880Copy full SHA for ad24880
.github/workflows/ag-solo-xs.yml
@@ -22,12 +22,12 @@ jobs:
22
run: |
23
cd $HOME
24
curl -L https://github.com/dckc/moddable/releases/download/ag08/moddable-linux-sdk.tgz | tar xzf -
25
- - name: install tape-xs
+ - name: install tape-xs ag03
26
# ISSUE: merge into agoric-sdk?
27
28
29
- curl -L https://github.com/dckc/tape-xs/archive/ag01.tar.gz | tar xzf -
30
- mv tape-xs-ag01 tape-xs
+ curl -L https://github.com/agoric-labs/tape-xs/archive/ag03.tar.gz | tar xzf -
+ mv tape-xs-ag03 tape-xs
31
cd tape-xs
32
yarn install
33
- name: test eventual-send on xs
0 commit comments