Skip to content

Commit a2708c6

Browse files
committed
fix yml file
Change-Id: I2ce4fb5a15ea2fe23f45f5d98f1f4c40c3d8c138
1 parent 5fda718 commit a2708c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_make.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: cmake
17-
run:
17+
run: |
1818
rm -rf ${{ github.workspace }}/build
1919
cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
2020
- name: make
21-
run:
21+
run: |
2222
cd ${{ github.workspace }}/build
2323
make install -j
2424

0 commit comments

Comments
 (0)