Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-long committed Jul 19, 2024
1 parent d02eca9 commit c3e79d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
build_linux_x86_64:
# if: false
name: Linux 311 x86_64
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -140,10 +140,10 @@ jobs:
- name: Test Python wheel
run: |
# Test wheel installation
/usr/local/bin/python_for_build -m pip install wheelhouse/*.whl
python3 -m pip install wheelhouse/*.whl
# Test wheel functionality
/usr/local/bin/python_for_build validate_ohpygossh.py
python3 validate_ohpygossh.py
- name: Upload atifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c3e79d2

Please sign in to comment.