Skip to content

Commit

Permalink
Move scripts to common folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalkah committed Aug 11, 2024
1 parent 449fc4c commit f8e2d07
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo bash ./install_deps.sh
sudo bash ./scripts/install_deps.sh
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down
11 changes: 0 additions & 11 deletions insall_deps.sh

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit f8e2d07

Please sign in to comment.