Skip to content

Commit

Permalink
Add DEBIAN_FRONTEND env
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Dec 31, 2023
1 parent 8fe0bb3 commit 09d8aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: |
apt update
apt install -y libglib2.0-dev meson valac
Expand Down

0 comments on commit 09d8aff

Please sign in to comment.