Skip to content

Commit

Permalink
Add Missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Jul 3, 2022
1 parent 75754ee commit 4b459de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/ci/ci-compiler-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e

# Update to Clang Compilers
time sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 100
time sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang 100

0 comments on commit 4b459de

Please sign in to comment.