Skip to content

Commit

Permalink
ci: server: fix python env
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Apr 26, 2024
1 parent 1dae295 commit 9f7875d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Dependencies
id: depends
run: |
apt-get update
apt-get -y install \
sudo apt-get update
sudo apt-get -y install \
build-essential \
xxd \
git \
Expand Down

0 comments on commit 9f7875d

Please sign in to comment.