github workflow: replace make setup by multiline run

This commit is contained in:
Mario Fink 2021-09-21 17:00:01 +02:00
parent 53d607db2c
commit a3f5042c64

View File

@ -11,10 +11,11 @@ jobs:
name: Prepare environment for wheel builds name: Prepare environment for wheel builds
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Install make
run: sudo apt-get install -y make
- name: Prepare files - name: Prepare files
run: make setup run: |
cat ../README.md | grep '^# IMCtermite' -A 50000 > ./README.md
cp -r ../lib ./
cp -v ../LICENSE ./
working-directory: python/ working-directory: python/
build_wheels: build_wheels: