Skip to content

Commit

Permalink
fix nelson-lang#776 CodeQL Analyze was broken (nelson-lang#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 29, 2022
1 parent a677e53 commit 10d4108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis-cpp.yml
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt -y install apt-transport-https ca-certificates gnupg software-properties-common wget ninja-build xvfb libopenmpi-dev autotools-dev libtool automake openmpi-bin gettext pkg-config libffi-dev libicu-dev libxml2-dev liblapack-dev liblapacke-dev fftw3 fftw3-dev libasound-dev portaudio19-dev libsndfile1-dev libtag1-dev alsa-utils libslicot-dev libsqlite3-dev libgl-dev hdf5-tools zlib1g-dev libcurl4-openssl-dev libgit2-dev libboost-all-dev libeigen3-dev libhdf5-dev libmatio-dev qt6-base-dev libqt6svg6-dev qt6-declarative-dev qt6-documentation-tools qml6-module-qtquick qml6-module-qtquick-templates qml6-module-qtquick-controls qml6-module-qtquick-window qml6-module-qtquick-dialogs qml6-module-qtqml-workerscript qml6-module-qtquick-layouts assistant-qt6 qt6-tools-dev
# Build the bit of source code that we want to see analysed
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- [#762](http://github.com/Nelson-numerical-software/nelson/issues/762): MacOs CI was broken (libomp no more detected).

- [#776](http://github.com/Nelson-numerical-software/nelson/issues/776): CodeQL Analyze was broken.

- [#739](http://github.com/Nelson-numerical-software/nelson/issues/739): special case with empty cell.

- buildhelp did not return some errors.
Expand Down

0 comments on commit 10d4108

Please sign in to comment.