Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Dec 18, 2023
1 parent 3b1c7ad commit 839923e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ jobs:
apt-get update -y
apt-get install -y python3 docker.io
run: |
echo "------"
ls
cd micromamba-feedstock/
echo "------"
ls
echo "------"
ls .git
# Prevent irrelevant file permission error
git config --local --add safe.directory '*'
# Special values for running the feedstock with a local source
Expand Down

0 comments on commit 839923e

Please sign in to comment.