Skip to content

Commit

Permalink
added step for installing dependency asio-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver committed Jan 6, 2025
1 parent c148be0 commit 8bc9ea0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Install dependencies
- name: Prepare dependencies
run: |
sudo apt-get update && \
sudo apt-get install -yq \
libasio-dev \
libssl-dev zlib1g-dev \
cmake \
g++ clang
shell: bash

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 8bc9ea0

Please sign in to comment.