Skip to content

Add ACTIONS_RUNNER_DEBUG #3

Add ACTIONS_RUNNER_DEBUG

Add ACTIONS_RUNNER_DEBUG #3

Workflow file for this run

name: CI Build
on: push
env:
ACTIONS_RUNNER_DEBUG: true
jobs:
build-ubuntu-clang:
name: ubuntu-clang
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone the grug submodule
run: git submodule update --init
- name: Run the tests
run: ./tests.sh