Skip to content

Commit 6bb9383

Browse files
committed
fix
1 parent 24ce7c5 commit 6bb9383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: configure
17-
run: ./configure
17+
run: wget https://ocw.mit.edu/ans7870/6/6.006/s08/lecturenotes/files/t8.shakespeare.txt
1818
- name: make
1919
run: make
2020

0 commit comments

Comments
 (0)