Skip to content

Commit

Permalink
Workflow minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInKadath committed Nov 27, 2023
1 parent 600ede9 commit c045adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-install-uninstall.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake CI on Ubuntu
name: CMake Install & Uninstall

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:

- name: Configure CMake
run: |
cmake -S . -B .build
cmake -S . -B .build -DCMAKE_BUILD_TYPE=Release
- name: Build CMake
run: |
Expand Down

0 comments on commit c045adf

Please sign in to comment.