Skip to content

Commit

Permalink
fix: chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Aug 1, 2023
1 parent d02ece6 commit ce78fab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Fetch kagome
run: |
docker run -v $GITHUB_WORKSPACE:/kagome --rm soramitsu/kagome:latest cp /usr/local/bin/kagome .
docker run -v $GITHUB_WORKSPACE:/kagome --rm soramitsu/kagome:latest sh -c "cp /usr/local/bin/kagome . && chmod +x kagome"
- name: Debugging
run: |
Expand All @@ -90,7 +90,6 @@ jobs:
chmod +x polkadot
chmod +x polkadot-parachain
chmod +x zombienet
chmod +x kagome
- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit ce78fab

Please sign in to comment.