Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix indent
  • Loading branch information
magecnion committed Sep 26, 2023
commit f5845d311f965019e4c81458d550829447d0b8f6
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