2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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