Skip to content

Commit a1a8ed7

Browse files
committed
⬆️ Use apt more correctly
1 parent b3d3054 commit a1a8ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Get dependencies
1919
run: |
2020
sudo apt update
21-
sudo apt install -y python3-colored make
21+
sudo apt-get -y install python3-colored
2222
- name: Run tests
2323
run: make check

0 commit comments

Comments
 (0)