Skip to content

Commit

Permalink
switch to pallet_revive runtime (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: xermicus <[email protected]>
  • Loading branch information
xermicus authored Sep 3, 2024
1 parent 41c8d4e commit d2f76b6
Show file tree
Hide file tree
Showing 66 changed files with 2,967 additions and 2,855 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
echo "$(pwd)/llvm18/bin" >> $GITHUB_PATH
- name: Install apt dependencies
run: sudo apt update && sudo apt install -y libtinfo5
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt update
sudo apt install -y libtinfo5 ethereum
- name: Format
run: make format
Expand Down
Loading

0 comments on commit d2f76b6

Please sign in to comment.