Skip to content

Commit

Permalink
sonar_cloud.yml: libc-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparber committed Oct 8, 2024
1 parent 4477272 commit 9a8a4bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar_cloud.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Sonar Cloud
on: [push, pull_request]
on: [ push, pull_request ]
env:
python_version: '3.10'

Expand All @@ -15,6 +15,7 @@ jobs:
- name: Install dependencies
run: |
apt -y update
apt --reinstall install -y --no-install-recommends libc-bin
apt install -y --no-install-recommends --fix-missing python3-venv
python -m venv venv
source venv/bin/activate
Expand Down

0 comments on commit 9a8a4bc

Please sign in to comment.