This commit is contained in:
flysand7 2023-09-07 08:20:00 +11:00
parent f54d5b10c5
commit 1dc7b41cc1
1 changed files with 3 additions and 1 deletions

View File

@ -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