Skip to content

Commit

Permalink
Fix LANGUAGES C issue and run nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Oct 12, 2024
1 parent ac5595d commit a9ed69a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit a9ed69a

Please sign in to comment.