Skip to content

Commit 88cafbd

Browse files
author
CosmoMatt
committed
debugging cpp workflow
1 parent 31cff86 commit 88cafbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git clone --branch bintray_sunsetting https://${{ secrets.ACCESS_TOKEN }}:x-oauth-basic@github.com/astro-informatics/src_flag.git
4343
cd src_flag && mkdir build && cd build
4444
cmake ../ && make &&
45-
make install
45+
sudo make install
4646
4747
- name: Configure CMake
4848
# # Use a bash shell so we can use the same syntax for environment variable

0 commit comments

Comments
 (0)