diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-11-11 15:39:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 15:39:00 +0100 |
commit | d052b9a112fb7ae749a829dceba6e3289663a303 (patch) | |
tree | aa903765e3b0b8a0502e5b481f0d52a59df795de | |
parent | 5e6cdcecdd1ac74592f27766ef38a3ae059d4ae7 (diff) | |
download | hypervideo-pre-d052b9a112fb7ae749a829dceba6e3289663a303.tar.lz hypervideo-pre-d052b9a112fb7ae749a829dceba6e3289663a303.tar.xz hypervideo-pre-d052b9a112fb7ae749a829dceba6e3289663a303.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 4920a30b8..dd6a95256 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.5.4 32-Bit + - name: Set up Python 3.4.4 32-Bit uses: actions/setup-python@v2 with: python-version: '3.4.4' |