Skip to content

Commit

Permalink
Add sudo for priveleges
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerii Mironchenko committed Jul 8, 2024
1 parent 714437c commit fa80f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies and need compilers
working-directory: odd-collector
run: |
apt-get update && apt-get install -y -q build-essential \
sudo apt-get update && apt-get install -y -q build-essential \
python3-dev libpq-dev curl librdkafka-dev unixodbc \
unixodbc-dev openssl libsasl2-dev
poetry install
Expand Down

0 comments on commit fa80f3a

Please sign in to comment.