diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-09-23 03:21:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 03:21:28 +0200 |
commit | f97123d28cb1009165290c2cff8a90ba6a506ed9 (patch) | |
tree | 06b86ab9210e084a7c382ac9f47eba44f788abc2 | |
parent | 5bf3bb22d6e18dab7db0cd029d9a30472b74ea5c (diff) | |
download | hypervideo-pre-f97123d28cb1009165290c2cff8a90ba6a506ed9.tar.lz hypervideo-pre-f97123d28cb1009165290c2cff8a90ba6a506ed9.tar.xz hypervideo-pre-f97123d28cb1009165290c2cff8a90ba6a506ed9.zip |
[skip travis] added two spaces
-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 e4e37a91f..79d742841 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: SHA2: ${{ hashFiles('youtube-dlc') }}
run: echo "::set-output name=sha2_unix::${env:SHA2}"
-build_windows:
+ build_windows:
runs-on: windows-latest
|