Skip to content

Commit

Permalink
Add install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phbasler authored Jan 9, 2023
1 parent 33428ee commit 5fcba05
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master", "testcodeql" ]
pull_request:
branches: [ "master" ]
schedule:
Expand Down Expand Up @@ -33,6 +33,12 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name : installPackages
run : |
sudo apt-get update
sudo apt-get install --no-install-recommends --yes libgsl-dev libeigen3-dev libnlopt-dev libnlopt-cxx-dev libboost-all-dev
if: matrix.language == 'cpp'

- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down

0 comments on commit 5fcba05

Please sign in to comment.