Skip to content

Commit ad24880

Browse files
committed
fix: try again with tape-xs ag03
1 parent 5ec5b78 commit ad24880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ag-solo-xs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
run: |
2323
cd $HOME
2424
curl -L https://github.com/dckc/moddable/releases/download/ag08/moddable-linux-sdk.tgz | tar xzf -
25-
- name: install tape-xs
25+
- name: install tape-xs ag03
2626
# ISSUE: merge into agoric-sdk?
2727
run: |
2828
cd $HOME
29-
curl -L https://github.com/dckc/tape-xs/archive/ag01.tar.gz | tar xzf -
30-
mv tape-xs-ag01 tape-xs
29+
curl -L https://github.com/agoric-labs/tape-xs/archive/ag03.tar.gz | tar xzf -
30+
mv tape-xs-ag03 tape-xs
3131
cd tape-xs
3232
yarn install
3333
- name: test eventual-send on xs

0 commit comments

Comments
 (0)