Updated syntax once again
This commit is contained in:
parent
b80e39d02c
commit
ab69fb28c1
6
.github/workflows/compile.yml
vendored
6
.github/workflows/compile.yml
vendored
|
@ -10,9 +10,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
with:
|
||||
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
- run: python gen.py
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v2
|
||||
|
|
Reference in New Issue
Block a user