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