Skip to content

Commit

Permalink
update gcc on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jun 11, 2024
1 parent ed37c66 commit b17723a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: 'true'
manylinux: auto
rust-toolchain: nightly
working-directory: matcher_py
Expand All @@ -71,6 +77,11 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit b17723a

Please sign in to comment.