Skip to content

Commit 4055d65

Browse files
committed
Fixing CI
1 parent 0a8a73c commit 4055d65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/c.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: configure
1717
run: wget https://ocw.mit.edu/ans7870/6/6.006/s08/lecturenotes/files/t8.shakespeare.txt
18-
- name: make
19-
run: make
18+
- name: build c
19+
run: make run
20+
- name: build c++
21+
run: make runCpp
2022

0 commit comments

Comments
 (0)