Skip to content

Commit ed93b14

Browse files
committed
Fix custom TMPDIR location
1 parent 03735be commit ed93b14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/container-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444

4545
steps:
4646
- name: Install container tools
47-
run: sudo apt-get install podman buildah jq
47+
run: |
48+
sudo apt-get install podman buildah jq
49+
mkdir -p $TMPDIR
4850
4951
- name: Maximize build space
5052
uses: easimon/maximize-build-space@v10

0 commit comments

Comments
 (0)