Skip to content

Commit 3b4341b

Browse files
committed
test
1 parent 8e25066 commit 3b4341b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Install dependencies
46+
env:
47+
DEBIAN_FRONTEND: noninteractive
4648
run: |
47-
apt-get update
48-
apt-get install -y cmake build-essential ninja-build libcurl4-openssl-dev libgomp1
49+
apt update
50+
apt install -y cmake build-essential ninja-build libgomp1
4951
5052
- name: Build with CMake
5153
run: |

0 commit comments

Comments
 (0)