Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
ci(gh-workflow): using specific version for the 'dylint-link' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yahortsaryk committed Aug 10, 2023
1 parent 6d113fc commit 6fdea4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-02-07
rustup component add rust-src --toolchain nightly-2023-02-07-unknown-linux-gnu
sudo apt-get install binaryen
cargo install cargo-dylint
cargo install dylint-link
cargo install cargo-dylint --version 2.1.11 --force --locked
cargo install dylint-link --version 2.1.11 --locked
cargo install cargo-contract --version 1.5.0 --force --locked
- name: Run tests
run: |
Expand Down
1 change: 0 additions & 1 deletion bucket/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#![cfg_attr(not(feature = "std"), no_std)]
#![feature(proc_macro_hygiene)] // for tests in a separate file
#![feature(once_cell)] // to suppress ci warning
#![deny(unused_must_use, unused_variables)]

use ink_lang as ink;
Expand Down

0 comments on commit 6fdea4f

Please sign in to comment.