Skip to content

Commit 60c4d8f

Browse files
committed
change paths
1 parent c7ce214 commit 60c4d8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
uses: actions/checkout@v5
1010

1111
- name: clone hashcards repo locally
12-
run: git clone https://github.com/eudoxia0/hashcards.git
12+
run: git clone https://github.com/eudoxia0/hashcards.git /opt/hashcards
1313

1414
- name: install hashcards
1515
run: |
1616
make
1717
sudo make install
18-
working-directory: ./hashcards
18+
working-directory: /opt/hashcards
1919

2020
- run: make
2121

0 commit comments

Comments
 (0)