Skip to content

Commit

Permalink
Remove references to cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Mar 20, 2023
1 parent db54981 commit d62df41
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build_wheels_test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,17 @@ on:

jobs:
build_wheels:
name: |
Build wheels on ${{ matrix.os }} with
windows_cross_compile=${{ matrix.windows_cross_compile}}
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Install dependencies
run: sudo apt-get install -y mingw-w64
if: |
matrix.os == 'ubuntu-latest'
&& matrix.windows_cross_compile == true
- uses: actions/checkout@v3

- name: Build wheels
run: bash build.sh
env:
WINDOWS_CROSS_COMPILE: ${{ matrix.windows_cross_compile }}

- name: Upload artefacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d62df41

Please sign in to comment.