Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 17, 2025
1 parent d1cb397 commit 182ef75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:

- run: ./ppkg setup
- run: ./ppkg update
- run: ./ppkg install macos-${{ matrix.target-version }}-${{ matrix.target-arch }}/elftool
- run: ./ppkg install macos-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm@0.15.4
- run: ./ppkg bundle macos-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm@0.15.4 .tar.xz

- run: cp ~/.ppkg/installed/macos-${{ matrix.target-version }}-${{ matrix.target-arch }}/elftool/bin/check-if-has-dynamic-section check-if-has-dynamic-section.exe

- run: rm check-if-has-dynamic-section.c

- run: |
Expand Down

0 comments on commit 182ef75

Please sign in to comment.