auto debug disable

This commit is contained in:
Finnley Somdahl 2024-01-09 00:01:12 -06:00
parent 326b848e57
commit 2e13d79615
3 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout repo