mirror of https://github.com/flysand7/ciabatta.git
??????
This commit is contained in:
parent
f54d5b10c5
commit
1dc7b41cc1
|
@ -11,6 +11,8 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
CI: false
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
@ -37,4 +39,4 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
- name: Build
|
||||
working-directory: ${{env.GITHUB_WORKSPACE}}
|
||||
run: py build.py -m release -t tests/hello.c
|
||||
run: python build.py -m release -t tests/hello.c
|
||||
|
|
Loading…
Reference in New Issue