We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d3054 commit a1a8ed7Copy full SHA for a1a8ed7
.github/workflows/CI.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Get dependencies
19
run: |
20
sudo apt update
21
- sudo apt install -y python3-colored make
+ sudo apt-get -y install python3-colored
22
- name: Run tests
23
run: make check
0 commit comments