0
0
Fork 0

Update codeql-analysis.yml

This commit is contained in:
windowsair 2021-11-03 11:28:47 +08:00 committed by GitHub
parent de33a1b93f
commit 9d8219958e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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