Skip to content

Commit 37db681

Browse files
authored
Update github-actions-demo.yml
1 parent 8fa784d commit 37db681

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/github-actions-demo.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ jobs:
1717
# ls ${{ github.workspace }}
1818
# - run: echo "🍏 This job's status is ${{ job.status }}."
1919

20-
- run: cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ./minijvm/c && cmake --build . && cmake --build . --target mini_jvm
20+
- run: mkdir build
21+
- run: cd build
22+
- run: cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ${{ github.repository }}/minijvm/c
23+
- run: cmake --build .
24+
- run: cmake --build . --target mini_jvm

0 commit comments

Comments
 (0)