Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Sep 26, 2022
1 parent a90c5c2 commit 5ced78b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: |
./ssl
./python
key: ${{ matrix.jid }}-20220912
key: ${{ matrix.jid }}-20220926

- name: Use pre-compiled Python
if: matrix.python != ''
Expand Down Expand Up @@ -318,6 +318,7 @@ jobs:
"${PYTHON}" ./waf all $PYINSTALLER_BUILD_ARGS
cd ..
"${PYTHON}" -m pip install .
"${PYTHON}" -m PyInstaller --version
- name: Install pip requirements
run: |
Expand Down

0 comments on commit 5ced78b

Please sign in to comment.