ci: Fix os dependencies for release

This commit is contained in:
Timo Reymann
2023-06-26 15:53:35 +02:00
parent 6182e46aac
commit 11759edd6b
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
- run:
name: Install os dependencies
command: |
apt-get update -y
apt-get install -y gettext uuid-runtime
sudo apt-get update -y
sudo apt-get install -y gettext uuid-runtime
- semantic-release/execute
workflows: