diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-09-23 03:57:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 03:57:12 +0200 |
commit | 94b89122c68fb87680271b83fc6e27e75aa4a3a6 (patch) | |
tree | aa51703df568fd12caa0537abea3fca381b2a241 | |
parent | ad42fc2048af48f5f722890331cf56d04c5dc519 (diff) | |
download | hypervideo-pre-94b89122c68fb87680271b83fc6e27e75aa4a3a6.tar.lz hypervideo-pre-94b89122c68fb87680271b83fc6e27e75aa4a3a6.tar.xz hypervideo-pre-94b89122c68fb87680271b83fc6e27e75aa4a3a6.zip |
[skip travis] pypi needs make
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 354ab9903..282720a8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,6 +139,8 @@ jobs: deploy: runs-on: ubuntu-latest + + needs: build_unix steps: - uses: actions/checkout@v2 |