Skip to content

Commit cdbcf47

Browse files
harris2001Copilot
andauthored
Update .github/workflows/cmake-single-platform.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6b87d44 commit cdbcf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Install dependencies
21-
run: sudo apt-get update && sudo apt-get install -y cmake g++
21+
run: sudo apt-get update && sudo apt-get install -y cmake g++
2222

2323
- name: Configure CMake
2424
run: cmake -S . -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)