Skip to content

Commit

Permalink
fix: need to be sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vandycknick committed Jun 15, 2020
1 parent 0fa3f5e commit 6e7c210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make package

- name: Install dependencies
run: apt-get install -y llvm cmake clang libicu-dev uuid-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev libtinfo5
run: sudo apt-get install -y llvm cmake clang libicu-dev uuid-dev libcurl4-openssl-dev zlib1g-dev libkrb5-dev libtinfo5

- name: Build native linux
run: make package-native RUNTIME=linux-x64
Expand Down

0 comments on commit 6e7c210

Please sign in to comment.