Skip to content

Commit

Permalink
more sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed May 5, 2021
1 parent 16ba601 commit b553831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && apt-get install -y libsparsehash-dev libicu-dev tzdata clang
run: sudo apt-get update && sudo apt-get install -y libsparsehash-dev libicu-dev tzdata clang
- name: Checkout submodules
run: git submodule update --init --recursive

Expand Down

0 comments on commit b553831

Please sign in to comment.