Skip to content

Commit 7c738be

Browse files
committed
Fix github workflow. Moved CMakeLists.txt into swm_c.
1 parent 28b0232 commit 7c738be

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/c-cpp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: swm make
1717
run: |
18+
cd swm_c
1819
mkdir build
1920
cd build
2021
cmake ..
File renamed without changes.

0 commit comments

Comments
 (0)