diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 379fecd..f95fbf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,14 @@ name: CI on: workflow_dispatch: push: + schedule: + - cron: '10 5 * * *' # run once a day pull_request: branches: - main - next + env: SCCACHE_GHA_ENABLED: "true" diff --git a/CMakeLists.txt b/CMakeLists.txt index 9821ced..be0fccf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(MelatoninInspector VERSION 1.3.0 LANGUAGES CXX +project(MelatoninInspector VERSION 1.3.0 LANGUAGES C CXX DESCRIPTION "JUCE module for inspecting Components" HOMEPAGE_URL "https://github.com/sudara/melatonin_inspector")