Skip to content

Commit

Permalink
add libc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed May 15, 2024
1 parent 523a0c6 commit 689a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build
run: |
apt-get install -y build-essential # should not be necessaire, as image is supposed to have it
apt-get install -y build-essential libc6-dev # should not be necessaire, as image is supposed to have it
make -j BOLOS_SDK=${{ matrix.sdk }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 689a204

Please sign in to comment.