Skip to content

Commit

Permalink
Optimize macos workflow ##build
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill authored and trufae committed Jan 13, 2025
1 parent e5d2995 commit 9902219
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pkg-config with Homebrew
run: brew install pkg-config
- name: Packaging
env:
ARCHFLAGS: '-arch ${{ matrix.arch }}'
Expand All @@ -233,8 +231,8 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Install pkg-config/ldid2 with Homebrew
run: brew install pkg-config ldid
- name: Install ldid2 with Homebrew
run: brew install ldid
- name: Extract r2 version
shell: bash
run: echo "branch=`sys/version.py -n`" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 9902219

Please sign in to comment.