Skip to content

Commit

Permalink
checking runtimes, default-features fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Nov 26, 2024
1 parent 820a064 commit 8875c79
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 168 deletions.
9 changes: 9 additions & 0 deletions .github/actions/installations/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ runs:
echo 'APT::Get::Always-Include-Phased-Updates "false";' | sudo tee /etc/apt/apt.conf.d/99-phased-updates
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install -y protobuf-compiler libprotobuf-dev
- name: Install Rust and Rust-src
shell: bash
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
rustup default stable
rustup update
rustup target add wasm32-unknown-unknown
rustup component add rust-src
# - name: Use Cache
# uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 8875c79

Please sign in to comment.