Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsair authored Nov 3, 2021
1 parent 6326b79 commit 7c7bd80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
fetch-depth: 999999

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -63,8 +63,9 @@ jobs:
# uses a compiled language

- if: matrix.language == 'cpp' || matrix.language == 'c'
name: Build Sming C/C++
name: Build
run: |
ls
sudo apt update
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
Expand Down

0 comments on commit 7c7bd80

Please sign in to comment.