Skip to content

Commit

Permalink
use original cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Sep 19, 2024
1 parent f1f47d1 commit 0d8d605
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/prerequisite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ runs:
with:
token: ${{ inputs.token }}

- name: Use cargo.toml with polkadot-sdk fork
shell: bash
# To make sure that our polkadot-sdk fork will be used
run: |
rm /home/runner/work/spacewalk/spacewalk/Cargo.toml
mv /home/runner/work/spacewalk/spacewalk/Cargo_CI.toml /home/runner/work/spacewalk/spacewalk/Cargo.toml
# - name: Use cargo.toml with polkadot-sdk fork
# shell: bash
# # To make sure that our polkadot-sdk fork will be used
# run: |
# rm /home/runner/work/spacewalk/spacewalk/Cargo.toml
# mv /home/runner/work/spacewalk/spacewalk/Cargo_CI.toml /home/runner/work/spacewalk/spacewalk/Cargo.toml

0 comments on commit 0d8d605

Please sign in to comment.