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

Commit

Permalink
Merge branch 'dfo/gssmr-test' into dfo/gssmr-test-staking
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Nov 17, 2022
1 parent e949ca6 commit 052881a
Show file tree
Hide file tree
Showing 9 changed files with 1,220 additions and 999 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- uses: actions/checkout@v2

- name: Set-Up
run: sudo apt update && sudo apt upgrade && sudo apt install -y git clang curl libssl-dev llvm libudev-dev
run: |
sudo apt update
sudo apt upgrade
sudo apt install -y git clang curl libssl-dev llvm libudev-dev protobuf-compiler
- name: Install Rustup
run: |
Expand Down
Loading

0 comments on commit 052881a

Please sign in to comment.