Skip to content

Commit f43dd20

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
NVidia GPU setup - don't fail if directory exists
1 parent 5748d67 commit f43dd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: github-actions/nvidia-gpu-setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Install Podman
88
run: |
99
sudo apt-get -y install podman
10-
mkdir ~/.config
10+
mkdir --parents ~/.config
1111
cp -r /etc/containers ~/.config/containers
1212
shell: bash
1313

0 commit comments

Comments
 (0)