Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
appdev authored Sep 18, 2024
1 parent de8582b commit 345faf8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,6 @@ jobs:
if: "contains( matrix.config.goos, 'windows')"
with:
install: p7zip mingw-w64-x86_64-lua


- name: Print current working directory and directory structure
run: |
echo "Current working directory:"
pwd
echo "Directory contents:"
ls -la
echo "Directory structure:"
if command -v tree &> /dev/null; then
tree -L 8 # Adjust the -L flag to set the depth of the tree
else
find . -maxdepth 8 -print | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
fi

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 345faf8

Please sign in to comment.