[skip travis] update build.yml

This commit is contained in:
Tom-Oliver Heidel 2021-07-26 02:43:58 +02:00 committed by GitHub
parent 98e248faa4
commit 19a6fa72eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,9 @@ jobs:
needs: build_unix
outputs:
sha2_windows: ${{ steps.sha2_file_win.outputs.sha2_windows }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
@ -111,6 +114,9 @@ jobs:
needs: [build_unix, build_windows]
outputs:
sha2_windows32: ${{ steps.sha2_file_win.outputs.sha2_windows32 }}
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.4.4 32-Bit