Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Sep 26, 2023
1 parent 7b607e9 commit f5845d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ runs:
- uses: actions/checkout@v3
- name: Install linux dependencies
run: |
sudo apt update -yy
sudo apt-get install -y clang libssl-dev llvm libudev-dev protobuf-compiler
sudo apt update -yy
sudo apt-get install -y clang libssl-dev llvm libudev-dev protobuf-compiler
shell: bash
- name: Install Rust
run: |
Expand Down

0 comments on commit f5845d3

Please sign in to comment.