Небольшие исправления в CI

This commit is contained in:
Aren 2024-01-23 13:40:00 +03:00
parent a52835dd47
commit 1c12dd6625

View File

@ -65,12 +65,12 @@ jobs:
# 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
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh
- run: |
echo "Run, Build Application using script"
sudo apt install clang-format python3 unzip git qemu-system-x86 qemu-system-gui gdisk dos2unix xorriso
sudo apt install libc6
chmod +x build.sh
./build.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3