Skip to content

Commit

Permalink
Small fix to dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Mar 5, 2024
1 parent f06d4d7 commit 36f11cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install cmake gcc-12 g++-12 git make curl
DEBIAN_FRONTEND="noninteractive" sudo apt install -y cmake gcc-12 g++-12 git make curl
- name: Create directories
run: mkdir Debug
Expand Down

0 comments on commit 36f11cf

Please sign in to comment.