Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinAlavik authored Feb 20, 2024
1 parent 91d0d4b commit 77e889d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * *' # Everyday at midnight
- cron: '0 0 * * *'

jobs:
build:
Expand All @@ -14,6 +14,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'

- name: Initialize and update submodules
run: git submodule update --init --recursive

- name: Install dependencies
run: |
Expand Down

0 comments on commit 77e889d

Please sign in to comment.