Skip to content

Commit

Permalink
Pass 'y' to accept removal in distclean.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbardino committed Mar 26, 2024
1 parent d880225 commit f25235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build images
run: |
echo "NOTE: run complete clean first to rule out any stale cache"
make distclean
echo y | make distclean
make init
echo "# NOTE: use absolute paths to current dir to get docker bind mounts to work" > ci.env
echo "DOCKER_MIGRID_ROOT=$PWD" >> ci.env
Expand Down

0 comments on commit f25235b

Please sign in to comment.