Skip to content

Commit

Permalink
ci: Don't build in sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Feb 2, 2024
1 parent c0aca42 commit fa3665e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_EXAMPLES=OFF
sudo make -j2 install
make -j2
sudo make install
cd ../..
rm -rf casadi
cd ..
Expand Down

0 comments on commit fa3665e

Please sign in to comment.