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