Skip to content

Commit

Permalink
Forcing a non interaction apt env for CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Aug 3, 2023
1 parent a67cf92 commit ef44df1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: apt update
- name: Install Dependencies
run: apt install -y git libssl-dev cmake build-essential clang libcurl4-openssl-dev
env:
DEBIAN_FRONTEND: noninteractive
- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down Expand Up @@ -50,6 +52,8 @@ jobs:
run: apt update
- name: Install Dependencies
run: apt install -y git libssl-dev cmake build-essential libcurl4-openssl-dev
env:
DEBIAN_FRONTEND: noninteractive
- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down Expand Up @@ -79,6 +83,8 @@ jobs:
run: sudo apt update
- name: Install Dependencies
run: sudo apt install -y git libssl-dev libmbedtls-dev cmake build-essential
env:
DEBIAN_FRONTEND: noninteractive
- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down

0 comments on commit ef44df1

Please sign in to comment.