Projects STRLCPY hiphp Commits c83cc31c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/workflows/python-app.yml
    skipped 18 lines
    19 19   # Optional - x64 or x86 architecture, defaults to x64
    20 20   architecture: 'x64'
    21 21   with:
    22  - - os: windows-latest
    23  - - name: install readline
    24  - run: python -m pip install readline
     22 + os: windows-latest
     23 + name: install readline
     24 + run: python -m pip install readline
    25 25   # You can test your matrix by printing the current Python version
    26 26   - name: Display Python version
    27 27   run: python -c "import sys; print(sys.version)"
    skipped 10 lines
Please wait...
Page is in error, reload to recover