Skip to content

Commit

Permalink
chore(pyo3): fix README in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Nov 27, 2024
1 parent 495b5cb commit 2ef4984
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
target: armv7
steps:
- uses: actions/checkout@v4
- name: Symlink README
run: |
cd pyo3/
ln -s ../README.md ./
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -123,6 +127,10 @@ jobs:
target: x86
steps:
- uses: actions/checkout@v4
- name: Symlink README
run: |
cd pyo3/
ln -s ../README.md ./
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down Expand Up @@ -160,6 +168,10 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
- name: Symlink README
run: |
cd pyo3/
ln -s ../README.md ./
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit 2ef4984

Please sign in to comment.