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 24ce7c5 commit 6bb9383Copy full SHA for 6bb9383
.github/workflows/c.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: configure
17
- run: ./configure
+ run: wget https://ocw.mit.edu/ans7870/6/6.006/s08/lecturenotes/files/t8.shakespeare.txt
18
- name: make
19
run: make
20
0 commit comments