Skip to content

Commit

Permalink
fix: attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Oct 12, 2023
1 parent c094a5b commit 69ba2cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ordhook-sdk-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
node-version: 18
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
- name: Install
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
Expand Down Expand Up @@ -142,6 +143,7 @@ jobs:
node-version: 18
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
architecture: x86
- name: Build in docker
uses: addnab/docker-run-action@v3
Expand Down Expand Up @@ -233,6 +235,7 @@ jobs:
node-version: ${{ matrix.node }}
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
- name: Install dependencies
run: yarn install
- name: Download artifacts
Expand Down Expand Up @@ -265,6 +268,7 @@ jobs:
node-version: ${{ matrix.node }}
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
- name: Install dependencies
run: yarn install
- name: Download artifacts
Expand Down Expand Up @@ -297,6 +301,7 @@ jobs:
node-version: ${{ matrix.node }}
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
- name: Install dependencies
run: |
yarn config set supportedArchitectures.libc "musl"
Expand Down Expand Up @@ -438,6 +443,7 @@ jobs:
node-version: 18
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
- name: Install dependencies
run: yarn install
- name: Download macOS x64 artifact
Expand Down Expand Up @@ -478,6 +484,7 @@ jobs:
node-version: 18
check-latest: true
cache: yarn
cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock
- name: Install dependencies
run: yarn install
- name: Download all artifacts
Expand Down

0 comments on commit 69ba2cd

Please sign in to comment.