Skip to content

Commit

Permalink
fix maturin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 26, 2023
1 parent 0f08586 commit 14dabad
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
name: Maturin

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

defaults:
run:
working-directory: ./ferveo-python

jobs:
defaults:
run:
working-directory: ./ferveo-python
linux:
runs-on: ubuntu-latest
strategy:
matrix:
target: [
x86_64,
target: [ x86_64 ]
# TODO: Enable these upon stable release
# x86,
# aarch64,
# armv7,
# s390x,
# ppc64le
]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 14dabad

Please sign in to comment.