Skip to content

Commit

Permalink
release workflow: sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
qxb3 committed Feb 8, 2025
1 parent e1b8c63 commit 20455a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Install system dependencies
run: apt-get update && apt-get install -y libdbus-1-dev pkg-config wget libssl-dev squashfs-tools -y build-essential
run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev pkg-config wget libssl-dev squashfs-tools -y build-essential

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 20455a5

Please sign in to comment.