Skip to content

Commit

Permalink
use sudo for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Jan 7, 2025
1 parent 3fb76ac commit a3df448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ runs:
steps:
- name: 🛠️Install system dependencies
run: |
apt update
apt install -y clang libclang-dev libopencv-dev
sudo apt update
sudo apt install -y clang libclang-dev libopencv-dev
shell: bash

- name: 🔧 Install Rust (Stable)
Expand Down

0 comments on commit a3df448

Please sign in to comment.