Skip to content

Commit

Permalink
fix: try again with tape-xs ag03
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 27, 2020
1 parent 5ec5b78 commit ad24880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ag-solo-xs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
run: |
cd $HOME
curl -L https://github.com/dckc/moddable/releases/download/ag08/moddable-linux-sdk.tgz | tar xzf -
- name: install tape-xs
- name: install tape-xs ag03
# ISSUE: merge into agoric-sdk?
run: |
cd $HOME
curl -L https://github.com/dckc/tape-xs/archive/ag01.tar.gz | tar xzf -
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
cd tape-xs
yarn install
- name: test eventual-send on xs
Expand Down

0 comments on commit ad24880

Please sign in to comment.