Skip to content

Commit

Permalink
See if this works
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Dec 21, 2022
1 parent 458b417 commit ed54d11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup Libindy and install dependencies
- name: Setup Libindy
run: |
curl.exe --output libindy.zip https://repo.sovrin.org/windows/libindy/master/1.16.0-1636/libindy_1.16.0.zip
7z x libindy.zip -oC:\libindy
- name: Install dependencies
run: |
yarn global add --production windows-build-tools
yarn config set msvs_version 2019
yarn global add node-gyp-install
Expand Down

0 comments on commit ed54d11

Please sign in to comment.