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 629ce99 commit 180517a
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,9 +48,10 @@ jobs:
cp storage.conf $HOME/.config/containers/storage.conf
# should at least reset storage when touching storage.conf
sudo mkdir -p /mnt/containers/
sudo mkdir -p /mnt/containers/tmp
sudo chown -R $USER:$USER /mnt/containers
podman system reset --force
# podman bug? need to create this _after_ doing the reset
mkdir -p /mnt/containers/tmp
- run: "make ${{ inputs.target }}"
env:
Expand Down

0 comments on commit 180517a

Please sign in to comment.