File tree Expand file tree Collapse file tree 6 files changed +5
-51
lines changed Expand file tree Collapse file tree 6 files changed +5
-51
lines changed Original file line number Diff line number Diff line change 26
26
disable-telemetry : true
27
27
- name : Install Linux Dependencies
28
28
if : runner.os == 'Linux'
29
- run : sudo apt-get update
29
+ run : sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev libxinerama-dev libxi-dev
30
30
- name : Checkout
31
31
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
32
32
- name : Setup Cpp
Original file line number Diff line number Diff line change 16
16
pull_request :
17
17
branches : ["main"]
18
18
schedule :
19
- - cron : ' 48 3 * * 0'
19
+ - cron : ' 34 2 * * 0'
20
20
permissions :
21
21
contents : read
22
22
jobs :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
# To guarantee Maintained check is occasionally updated. See
11
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
12
schedule :
13
- - cron : ' 03 05 * * 0'
13
+ - cron : ' 47 4 * * 0'
14
14
push :
15
15
branches : ["main"]
16
16
# Declare default permissions as read only.
Original file line number Diff line number Diff line change 17
17
disable-telemetry : true
18
18
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
19
- name : install
20
- run : sudo apt-get update
20
+ run : sudo apt-get update && sudo apt-get install lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev libxinerama-dev libxi-dev
21
21
- name : Setup Cpp
22
22
uses : aminya/setup-cpp@290824452986e378826155f3379d31bce8753d76 # v0.37.0
23
23
with :
Original file line number Diff line number Diff line change 5
5
stages :
6
6
- commit-msg
7
7
repo : https://github.com/commitizen-tools/commitizen
8
- rev : v3.20.0
8
+ rev : v3.21.3
9
9
- hooks :
10
10
- id : gitleaks
11
11
repo : https://github.com/gitleaks/gitleaks
You can’t perform that action at this time.
0 commit comments