Skip to content

Commit

Permalink
chore(github): add /popsicle as safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Jan 3, 2024
1 parent f68deff commit 02c5f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: docker run --rm -v "$PWD:/popsicle" -w "/popsicle" rust:1.75.0-buster bash appimage.sh
- run: |
git config --global --add safe.directory /popsicle
docker run --rm -v "$PWD:/popsicle" -w "/popsicle" rust:1.75.0-buster bash appimage.sh
- uses: actions/upload-artifact@v2
with:
if-no-files-found: error
Expand Down

0 comments on commit 02c5f86

Please sign in to comment.