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 a4abb26 commit 75ff7d3
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 @@ -47,7 +47,8 @@ jobs:
cp containers.conf $HOME/.config/containers/containers.conf
cp storage.conf $HOME/.config/containers/storage.conf
# should at least reset storage when touching storage.conf
mkdir -p /mnt/containers/
sudo mkdir -p /mnt/containers/
sudo chown $USER:$USER /mnt/containers
podman system reset --force
- run: "make ${{ inputs.target }}"
Expand Down

0 comments on commit 75ff7d3

Please sign in to comment.