File tree 1 file changed +7
-17
lines changed
1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 18
18
# The branches below must be a subset of the branches above
19
19
branches : [ master ]
20
20
schedule :
21
- - cron : ' 42 20 * * 5'
21
+ - cron : ' 24 6 * * 5'
22
+ workflow_dispatch :
22
23
23
24
jobs :
24
25
analyze :
25
26
name : Analyze
26
- runs-on : windows -latest
27
+ runs-on : ubuntu -latest
27
28
28
29
strategy :
29
30
fail-fast : false
36
37
steps :
37
38
- name : Checkout repository
38
39
uses : actions/checkout@v2
40
+ with :
41
+ submodules : recursive
39
42
40
43
# Initializes the CodeQL tools for scanning.
41
44
- name : Initialize CodeQL
47
50
# Prefix the list here with "+" to use these queries and those in the config file.
48
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
49
52
50
- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
- # If this step fails, then you should remove it and run the build manually (see below)
52
- # - name: Autobuild
53
- # uses: github/codeql-action/autobuild@v1
54
-
55
- # ℹ️ Command-line programs to run using the OS shell.
56
- # 📚 https://git.io/JvXDl
57
-
58
- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
59
- # and modify them (or add more) to build your code if your project
60
- # uses a compiled language
61
-
62
- - run : |
63
- pip install pybind11
53
+ - name : Compile and package
54
+ run : |
64
55
python3 ./setup.py install
65
-
66
56
- name : Perform CodeQL Analysis
67
57
uses : github/codeql-action/analyze@v1
You can’t perform that action at this time.
0 commit comments