Skip to content

Commit

Permalink
Update build-wasm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga authored Sep 18, 2023
1 parent b0b406c commit 64d1822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,12 @@ jobs:
echo "---- Env VARS ----"
echo "BUILD_OPT=${BUILD_OPT}"
echo "PACKAGE=${PACKAGE}"
echo "---- List Cache Folder ----"
echo "---- List Folders ----"
echo "-List cargo folders-"
ls -la /cargo-home/
du -sh /cargo-home/*
echo "-List build folder-"
ls /build/ -la
echo "---- RUNNING BUILD ----"
/srtool/build --save
Expand Down

0 comments on commit 64d1822

Please sign in to comment.