File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed
Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 1818 # The branches below must be a subset of the branches above
1919 branches : [ master ]
2020 schedule :
21- - cron : ' 42 20 * * 5'
21+ - cron : ' 24 6 * * 5'
22+ workflow_dispatch :
2223
2324jobs :
2425 analyze :
2526 name : Analyze
26- runs-on : windows -latest
27+ runs-on : ubuntu -latest
2728
2829 strategy :
2930 fail-fast : false
3637 steps :
3738 - name : Checkout repository
3839 uses : actions/checkout@v2
40+ with :
41+ submodules : recursive
3942
4043 # Initializes the CodeQL tools for scanning.
4144 - name : Initialize CodeQL
4750 # Prefix the list here with "+" to use these queries and those in the config file.
4851 # queries: ./path/to/local/query, your-org/your-repo/queries@main
4952
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 : |
6455 python3 ./setup.py install
65-
6656 - name : Perform CodeQL Analysis
6757 uses : github/codeql-action/analyze@v1
You can’t perform that action at this time.
0 commit comments