Skip to content

Commit bf3cd2c

Browse files
committed
fix: cleanup
1 parent 2f05f44 commit bf3cd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches: [ master ]
88

99
env:
10+
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
1011
BUILD_TYPE: Debug
1112

1213
jobs:
@@ -18,7 +19,6 @@ jobs:
1819

1920
steps:
2021
- uses: actions/checkout@v3
21-
2222
- name: Install Dependencies
2323
run: sudo apt-get update && sudo apt-get install -y clang-tidy libcurl4-openssl-dev
2424

0 commit comments

Comments
 (0)