Skip to content

Commit

Permalink
noNonInteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Oct 19, 2023
1 parent 456d104 commit 2168d64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:
- name: install sudo
run: apt update && apt install --yes sudo
- name: install git
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git
run: sudo apt install --yes git
- uses: actions/checkout@v4.1.0
- name: install all dependencies
run: |
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- name: install sudo
run: apt update && apt install --yes sudo
- name: install git
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git
run: sudo apt install --yes git
- uses: actions/checkout@v4.1.0
# Cloning with submodules cause fsxc to try compiling fsx test scripts and fail
# with:
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
- name: install sudo
run: apt update && apt install --yes sudo
- name: install git
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git
run: sudo apt install --yes git
- uses: actions/checkout@v4.1.0
# Cloning with submodules cause fsxc to try compiling fsx test scripts and fail
# with:
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
- name: install sudo
run: apt update && apt install --yes sudo
- name: install git
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git
run: sudo apt install --yes git
- uses: actions/checkout@v4.1.0
# Cloning with submodules cause fsxc to try compiling fsx test scripts and fail
# with:
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
- name: install sudo
run: apt update && apt install --yes sudo
- name: install git
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git
run: sudo apt install --yes git
- uses: actions/checkout@v4.1.0
- name: install all dependencies
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes make fsharp nunit-console
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
- name: install sudo
run: which sudo 2>/dev/null || (apt update && apt install --yes sudo)
- name: install git
run: sudo DEBIAN_FRONTEND=noninteractive apt install --yes git
run: sudo apt install --yes git
- uses: actions/checkout@v4.1.0
with:
submodules: false
Expand Down

0 comments on commit 2168d64

Please sign in to comment.