Skip to content

Commit

Permalink
Modify build
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbiesek committed Jul 7, 2023
1 parent 0712722 commit cc0d372
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/code_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Environment
run: |
sudo apt update
sudo apt install autoconf automake gcc go libtool tzdata
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
with:
languages: go, c

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
uses: github/codeql-action/autobuild@v2

# ℹ️ 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

# ✏️ If the Autobuild fails above, remove it and uncomment the following
# three lines and modify them (or add more) to build your code if your
# project uses a compiled language

- run: |
- name: Build Appscope
run: |
make all
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit cc0d372

Please sign in to comment.