Небольшие исправления в 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. # 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