Skip to content

Commit

Permalink
[#258] Update CI remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Dec 19, 2024
1 parent b6e4f04 commit f4e5773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# Step 2: Install dependencies
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y lcov gcovr libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3
apt-get update
apt-get install -y lcov gcovr libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3
- name: Install Python Libraries
run: pip install pycryptodome
- name: Install Libgcrypt
Expand Down

0 comments on commit f4e5773

Please sign in to comment.