Update codeql-analysis.yml
This commit is contained in:
parent
de33a1b93f
commit
9d8219958e
|
@ -36,9 +36,7 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
# We must fetch at least the immediate parents so that if this is
|
submodules: recursive
|
||||||
# a pull request then we can checkout the head.
|
|
||||||
fetch-depth: 999999
|
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
@ -65,7 +63,6 @@ jobs:
|
||||||
- if: matrix.language == 'cpp' || matrix.language == 'c'
|
- if: matrix.language == 'cpp' || matrix.language == 'c'
|
||||||
name: Build
|
name: Build
|
||||||
run: |
|
run: |
|
||||||
ls
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-setuptools python-serial ninja-build
|
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-setuptools python-serial ninja-build
|
||||||
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
|
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue