Skip to content

Commit

Permalink
Fix permission error
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Dec 18, 2023
1 parent 6e48978 commit f488125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
apt-get install -y python3 docker.io
run: |
cd micromamba-feedstock/
# Prevent irrelevant file permission error
git config --global --add safe.directory '*'
# Special values for running the feedstock with a local source
export FEEDSTOCK_ROOT="${PWD}"
export CI="local"
Expand Down

0 comments on commit f488125

Please sign in to comment.