mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-29 16:54:14 +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:
|
build-executables:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['windows-latest', 'ubuntu-latest, 'macos-latest']
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Install python requirements
|
- name: Install python requirements
|
||||||
run: pip install -r requirements.txt pyinstaller
|
run: pip install -r requirements.txt pyinstaller
|
||||||
|
Loading…
Reference in New Issue
Block a user