We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cff86 commit 88cafbdCopy full SHA for 88cafbd
.github/workflows/cpp.yml
@@ -42,7 +42,7 @@ jobs:
42
git clone --branch bintray_sunsetting https://${{ secrets.ACCESS_TOKEN }}:x-oauth-basic@github.com/astro-informatics/src_flag.git
43
cd src_flag && mkdir build && cd build
44
cmake ../ && make &&
45
- make install
+ sudo make install
46
47
- name: Configure CMake
48
# # Use a bash shell so we can use the same syntax for environment variable
0 commit comments