Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOssun committed Aug 9, 2023
1 parent 4fd5705 commit 83db428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Install cargo contract
if: ${{ steps.check-cargo-contract.outcome == 'failure' }}
run: |
cargo install cargo-dylint dylint-link
cargo install --force --locked cargo-contract
cargo +stable install cargo-dylint dylint-link
cargo +stable install --force --locked cargo-contract
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion contracts/dao/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ink = { version = "4.2.1", default-features = false }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.5", default-features = false, features = ["derive"], optional = true }

openbrush = { git = "https://github.com/727-Ventures/openbrush-contracts", version = "3.1.1", default-features = false }
openbrush = { git = "https://github.com/brushfam/openbrush-contracts", tag = "3.2.0", default-features = false }

[lib]
path = "lib.rs"
Expand Down

0 comments on commit 83db428

Please sign in to comment.