Skip to content

Commit

Permalink
imp docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 19, 2024
1 parent 987b5dd commit 03a3d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cw-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:

- name: Compile `cw-check`
run: |
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="cw_check_cache",target=/code/ci/cw-check/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
docker run \
-v "$(pwd)":/code \
-v "${HOME}/.cargo/registry":/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.0 ./ci/cw-check
- name: Install `cosmwasm-check` from crates.io
Expand Down

0 comments on commit 03a3d61

Please sign in to comment.