Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrusowsky committed Feb 10, 2025
1 parent 32505b3 commit e442e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Install Dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
rustup install nightly-2024-02-01-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2024-02-01-x86_64-unknown-linux-gnu
rustup install nightly-2025-01-07-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2025-01-07-x86_64-unknown-linux-gnu
sudo apt-get update
sudo apt-get install -y gcc-riscv64-unknown-elf make
Expand Down
2 changes: 1 addition & 1 deletion r55/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ where
#[cfg(test)]
mod tests {
use crate::exec::{deploy_contract, run_tx};
use crate::{compile_deploy, compile_runtime, compile_with_prefix, test_utils::*};
use crate::{compile_deploy, compile_with_prefix, test_utils::*};

use alloy_core::hex::{self, ToHexExt};
use alloy_core::primitives::address;
Expand Down

0 comments on commit e442e00

Please sign in to comment.