Skip to content

Commit

Permalink
fix(lld): try to fix the mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan committed Jan 15, 2025
1 parent 551856b commit 0f6b1c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: "Build Desktop"
needs: determine-affected
if: ${{contains(needs.determine-affected.outputs.paths, 'ledger-live-desktop') && !github.event.pull_request.head.repo.fork }}
uses: LedgerHQ/ledger-live/.github/workflows/build-desktop-reusable.yml@develop
uses: LedgerHQ/ledger-live/.github/workflows/build-desktop-reusable.yml@poc/asar-integrity-check
secrets: inherit

test-desktop:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Build desktop
id: build-desktop
uses: LedgerHQ/ledger-live/tools/actions/composites/setup-build-desktop@develop
uses: LedgerHQ/ledger-live/tools/actions/composites/setup-build-desktop@poc/asar-integrity-check
with:
os: ${{ matrix.config.name }}

Expand Down
5 changes: 5 additions & 0 deletions tools/actions/composites/setup-build-desktop/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ outputs:
runs:
using: "composite"
steps:
- name: Install setuptools
# if: ${{ matrix.config.name == 'mac' }}
# if: ${{ inputs.os == 'mac' }}
run: python -m pip install setuptools
shell: bash
- name: install dependencies
env:
LC_ALL: en_US.UTF-8
Expand Down

0 comments on commit 0f6b1c1

Please sign in to comment.