Skip to content

Commit

Permalink
[#258] Move tzdata Preconfig to env
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Dec 19, 2024
1 parent ae5b71f commit ecdd13d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ jobs:
- uses: actions/checkout@v4
- name: Update
run: apt-get update
- name: Preconfigure tzdata
run: |
echo 'tzdata tzdata/Areas select Etc' | sudo debconf-set-selections
echo 'tzdata tzdata/Zones/Etc select UTC' | sudo debconf-set-selections
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y lcov gcovr
- name: Install Dependencies
run: apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3 gcovr
env:
DEBIAN_FRONTEND: noninteractive
TZ: Etc/UTC
run: |
apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3 gcovr
- name: Install Python Libraries
run: pip install pycryptodome
- name: Install Libgcrypt
Expand Down

0 comments on commit ecdd13d

Please sign in to comment.