Skip to content

Commit

Permalink
sudo git add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Ved-s committed Dec 29, 2023
1 parent a64a228 commit be87d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: rustup default stable && rustup target add ${{ matrix.target }}

- if: ${{ contains(matrix.target, 'linux') }}
run: apt install libatk1.0-dev -y
run: sudo apt install libatk1.0-dev -y

- name: Build
run: cargo build --target ${{ matrix.target }} --release
Expand Down

0 comments on commit be87d7c

Please sign in to comment.