Исправление настроек codeql

This commit is contained in:
Aren Elchinyan 2024-09-17 21:45:40 +03:00
parent 52f8c14a8f
commit add8945f53
2 changed files with 5 additions and 7 deletions

View File

@ -71,7 +71,9 @@ jobs:
sudo apt upgrade
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
dos2unix *.sh
chmod +x *.sh
./build_mods.sh
./build.sh
- name: Perform CodeQL Analysis

View File

@ -25,7 +25,8 @@ jobs:
- name: build
run: |
dos2unix *.sh
chmod +x build.sh
chmod +x *.sh
./build_mods.sh
./build.sh
- name: save
@ -36,11 +37,6 @@ jobs:
cp ${{ github.workspace }}/bmosp.iso ${{ github.workspace }}/rel/
cp ${{ github.workspace }}/LICENSE ${{ github.workspace }}/rel/
- uses: actions/upload-artifact@v3
with:
name: bmosp.hdd
path: ${{ github.workspace }}/bmosp.hdd
- uses: actions/upload-artifact@v3
with:
name: bmosp.iso