Adds Autotools dependencies to CodeQL workflow

This commit is contained in:
Dana Robinson
2022-07-17 04:14:59 -07:00
committed by GitHub
parent c9785cc5fc
commit 9b53b2f6ca

View File

@@ -37,6 +37,11 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Install dependencies
run: |
sudo apt update
sudo apt install automake autoconf libtool libtool-bin
- name: Checkout repository
uses: actions/checkout@v3