Skip to content

Commit

Permalink
fix sudo semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 12, 2020
1 parent 435a4c9 commit ce4e0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Expand Up @@ -40,8 +40,8 @@ blocks:
prologue:
commands:
# - cache restore
- sudo ./.ci/linux/install-clang.sh
- sudo ./.ci/linux/install-gcc.sh
- ./.ci/linux/install-clang.sh
- ./.ci/linux/install-gcc.sh
jobs:
- name: minimum_tests
commands:
Expand Down

0 comments on commit ce4e0cb

Please sign in to comment.