Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 11, 2023
1 parent ef1866b commit 99b255f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ runs:
with:
platform: ${{ inputs.platform }}
- name: Dump disk info after checkout submodule & Bootstrap
run: ./scripts/dump_diskspace_info.sh
shell: bash
run: bash scripts/dump_diskspace_info.sh
- name: Upload Bootstrap Logs
uses: ./.github/actions/upload-bootstrap-logs
with:
Expand Down

0 comments on commit 99b255f

Please sign in to comment.