mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-26 07:34:15 +01:00
fixed workflow
This commit is contained in:
parent
60b175495f
commit
b455464bde
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
build-executables:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['windows-latest', 'ubuntu-latest, 'macos-latest']
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
python-version: 3.11
|
||||
|
||||
- name: Install python requirements
|
||||
run: pip install -r requirements.txt pyinstaller
|
||||
|
Loading…
Reference in New Issue
Block a user