diff options
author | Philip Herron <philip.herron@embecosm.com> | 2020-12-16 11:14:59 +0000 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2020-12-16 11:14:59 +0000 |
commit | 503eb9b35471e014597db4288fb06dafac8cf541 (patch) | |
tree | fd18c97ade04d16a3e7832839613b5c3760e68de | |
parent | 6e4b74fb77c45a6088e0cca22ec05c28c7f0b6dc (diff) | |
download | gcc-503eb9b35471e014597db4288fb06dafac8cf541.zip gcc-503eb9b35471e014597db4288fb06dafac8cf541.tar.gz gcc-503eb9b35471e014597db4288fb06dafac8cf541.tar.bz2 |
Add missing Dejagnu dependancy to run test suite.
Fixes #63
-rw-r--r-- | .github/workflows/ccpp.yml | 3 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index b91fbd7..019c476 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -29,7 +29,8 @@ jobs: libmpc-dev \ build-essential \ gcc-multilib \ - g++-multilib + g++-multilib \ + dejagnu - name: Configure run: | @@ -12,7 +12,7 @@ status reports from Philip Herron and tast tracking overviews. Fetch dependancies for ubuntu: ```bash -$ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison autogen gcc-multilib +$ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison autogen gcc-multilib dejagnu ``` Clone the repository |