We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ce214 commit 60c4d8fCopy full SHA for 60c4d8f
1 file changed
.github/workflows/check.yaml
@@ -9,13 +9,13 @@ jobs:
9
uses: actions/checkout@v5
10
11
- name: clone hashcards repo locally
12
- run: git clone https://github.com/eudoxia0/hashcards.git
+ run: git clone https://github.com/eudoxia0/hashcards.git /opt/hashcards
13
14
- name: install hashcards
15
run: |
16
make
17
sudo make install
18
- working-directory: ./hashcards
+ working-directory: /opt/hashcards
19
20
- run: make
21
0 commit comments