Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…iroha#2166)

Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
  • Loading branch information
s8sato authored and appetrosyan committed May 12, 2022
1 parent 92aba2c commit 619315c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
container:
image: 7272721/i2-ci:latest
steps:
# TODO Remove this step #2165
- name: Add component
run: rustup component add llvm-tools-preview

- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ jobs:
container:
image: 7272721/i2-ci:latest
steps:
# TODO Remove this step #2165
- name: Add component
run: rustup component add llvm-tools-preview

- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/iroha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
container:
image: 7272721/i2-ci:latest
steps:
# TODO Remove this step #2165
- name: Add component
run: rustup component add llvm-tools-preview

- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
Expand Down

0 comments on commit 619315c

Please sign in to comment.