Skip to content

Commit

Permalink
maybe don't need to free up space anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 27, 2024
1 parent 75ff7d3 commit 629ce99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
cp storage.conf $HOME/.config/containers/storage.conf
# should at least reset storage when touching storage.conf
sudo mkdir -p /mnt/containers/
sudo chown $USER:$USER /mnt/containers
sudo mkdir -p /mnt/containers/tmp
sudo chown -R $USER:$USER /mnt/containers
podman system reset --force
- run: "make ${{ inputs.target }}"
Expand Down

0 comments on commit 629ce99

Please sign in to comment.