Skip to content

Commit 87aad45

Browse files
committed
Update: Simplify project installation step in CI workflow by removing desktop shortcut option
1 parent ffae7e3 commit 87aad45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
- name: Build project
8484
run: make build
8585

86-
# Install the Project without desktop shortcut
86+
# Install the Project
8787
- name: Install project
8888
run: |
8989
cd ${{ github.workspace }}
90-
echo "n" | make install
90+
make install

0 commit comments

Comments
 (0)