Skip to content

Commit

Permalink
Fixed ci
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Oct 9, 2023
1 parent 8a01c81 commit e80cc63
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ghpkg-all-java-api-clients-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: Install Indy SDK
run: >
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 \
&& sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic stable" \
&& sudo apt-get update \
&& sudo apt-get install -y \
libindy \
libnullpay \
libvcx \
indy-cli \
&& sudo rm -f /etc/apt/sources.list.d/sovrin.list*
- name: Checkout
uses: actions/[email protected]
with:
Expand All @@ -52,7 +40,7 @@ jobs:
with:
node-version: v16.14.2

- run: npm run configure
- run: yarn && yarn configure

- name: build-cactus-cmd-api-server-java-client
run: |
Expand Down

0 comments on commit e80cc63

Please sign in to comment.