Skip to content

Commit

Permalink
set up source files for apple silicon build
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Dec 23, 2024
1 parent f39579e commit 01559df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ jobs:
if: steps.cache-pyicu.outputs.cache-hit != 'true'
run: hatch run pyicu:clone

- name: Copy src and tests
run: |
hatch run pyicu:src
hatch run pyicu:tests
- name: Install build dependencies
run: |
brew update
Expand Down

0 comments on commit 01559df

Please sign in to comment.