ci: Fix os dependencies for release
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install os dependencies
|
name: Install os dependencies
|
||||||
command: |
|
command: |
|
||||||
apt-get update -y
|
sudo apt-get update -y
|
||||||
apt-get install -y gettext uuid-runtime
|
sudo apt-get install -y gettext uuid-runtime
|
||||||
- semantic-release/execute
|
- semantic-release/execute
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|||||||
Reference in New Issue
Block a user