Skip to content

Commit

Permalink
[#258] Preconfigure tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Dec 19, 2024
1 parent f53532d commit ae5b71f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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
- name: Install Python Libraries
Expand Down

0 comments on commit ae5b71f

Please sign in to comment.