Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Mar 27, 2023
1 parent 3cc9cef commit 70ba346
Show file tree
Hide file tree
Showing 16 changed files with 1,009 additions and 632 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install libarchive-dev
run: sudo apt-get update; sudo apt-get install libarchive-dev protobuf-compiler
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install libarchive-dev socat
run: sudo apt-get update; sudo apt-get install libarchive-dev protobuf-compiler socat
- name: Checkout sources
uses: actions/checkout@v2
- name: Install ${{ matrix.version }}
Expand Down
Loading

0 comments on commit 70ba346

Please sign in to comment.