mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 13:04:00 +08:00
fix syntax error
This commit is contained in:
6
.github/workflows/awesome_workflow.yml
vendored
6
.github/workflows/awesome_workflow.yml
vendored
@@ -178,5 +178,7 @@ jobs:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
submodules: true
|
||||
- run: cmake -B ./build -S .
|
||||
- run: cmake --build build
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -B ./build -S .
|
||||
cmake --build build
|
||||
|
||||
Reference in New Issue
Block a user