Skip to content

Commit

Permalink
Update to all submodules and print path for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 authored Aug 12, 2024
1 parent 840ecd9 commit 8a3f9dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
with:
submodules: true
- name: Init and Update submodule pivx-rpc-rs
run: git submodule update --init --recursive pivx-rpc-rs
run: git submodule update --init --recursive
- name: Check repo
run: ls -R

- name: Compile and release
uses: rust-build/rust-build.action@v1.4.0
Expand Down

0 comments on commit 8a3f9dd

Please sign in to comment.