updated build.yaml
Some checks failed
Build Inex Executable / Build (push) Failing after 5m53s

This commit is contained in:
jblu 2024-07-17 02:36:15 -05:00
parent 7b3e5ab327
commit 0fa6cd658d

View File

@ -1,3 +1,9 @@
name: Build Inex Executable
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5