We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2274b24 commit a16fa20Copy full SHA for a16fa20
1 file changed
.github/workflows/check.yaml
@@ -35,3 +35,9 @@ jobs:
35
36
- name: clone hashcards repo locally
37
run: git clone https://github.com/eudoxia0/hashcards.git
38
+
39
+ - name: install hashcards
40
+ run: |
41
+ make
42
+ sudo make install
43
+ working-directory: ./hashcards
0 commit comments