mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-01-03 19:44:25 +03:00
Небольшие исправления в CI
This commit is contained in:
parent
a52835dd47
commit
1c12dd6625
12
.github/workflows/codeql.yml
vendored
12
.github/workflows/codeql.yml
vendored
@ -65,12 +65,12 @@ jobs:
|
|||||||
# ℹ️ Command-line programs to run using the OS shell.
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||||
|
|
||||||
# If the Autobuild fails above, remove it and uncomment the following three lines.
|
- run: |
|
||||||
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
|
echo "Run, Build Application using script"
|
||||||
|
sudo apt install clang-format python3 unzip git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso
|
||||||
# - run: |
|
sudo apt install libc6
|
||||||
# echo "Run, Build Application using script"
|
chmod +x build.sh
|
||||||
# ./location_of_script_within_repo/buildscript.sh
|
./build.sh
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3
|
uses: github/codeql-action/analyze@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user