Projects STRLCPY hiphp Commits 3f2248f3
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/python-app.yml
    skipped 3 lines
    4 4  # run:
    5 5  # working-directory: wrdir
    6 6  jobs:
     7 + deploy:
     8 + runs-on: windows-latest
     9 + steps:
     10 + - name: install readline
     11 + run: python -m pip install readline
    7 12   build:
    8 13   runs-on: ${{matrix.os}}
    9 14   strategy:
    skipped 8 lines
    18 23   - python-version: ${{matrix.python-version}}
    19 24   # Optional - x64 or x86 architecture, defaults to x64
    20 25   architecture: 'x64'
    21  - - os: windows-latest
    22  - name: install readline
    23  - run: python -m pip install readline
    24 26   # You can test your matrix by printing the current Python version
    25 27   - name: Display Python version
    26 28   run: python -c "import sys; print(sys.version)"
    skipped 10 lines
Please wait...
Page is in error, reload to recover