Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 237c034

Browse files
achimccAchim Schneider
authored andcommitted
no need to compare Cargo.toml files any longer
1 parent 9c529e9 commit 237c034

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/compiler_docker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Compare Cargo.toml files
16-
run: diff ./compiler/Cargo.toml ./crates/contract/Cargo.toml
17-
1815
- name: Build docker
1916
run: docker build -f Dockerfile.compiler --tag ink-compiler .
2017

0 commit comments

Comments
 (0)