diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-09-23 05:14:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 05:14:17 +0200 |
commit | 93721ed09ccf68210a2bf18baa8761b5c1525a8e (patch) | |
tree | 7a193f6092e50ac07a9ab92d580839b91a83cdd9 | |
parent | b33c48f2691e61c65317b42dc53f9696823907c5 (diff) | |
download | hypervideo-pre-93721ed09ccf68210a2bf18baa8761b5c1525a8e.tar.lz hypervideo-pre-93721ed09ccf68210a2bf18baa8761b5c1525a8e.tar.xz hypervideo-pre-93721ed09ccf68210a2bf18baa8761b5c1525a8e.zip |
[skip travis] typo
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 669b41b15..8db7e92f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: - release jobs: - build_unix_and_deploy_pypi: + build_unix: runs-on: ubuntu-latest |