Skip to content

Commit 20d74bd

Browse files
committed
Create TMPDIR after maximize
1 parent 6287841 commit 20d74bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container-release.yml

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

4545
steps:
4646
- name: Install container tools
47-
run: |
48-
sudo apt-get install podman buildah jq
49-
mkdir -p $TMPDIR
47+
run: sudo apt-get install podman buildah jq
5048

5149
- name: Maximize build space
5250
uses: easimon/maximize-build-space@v10
@@ -58,6 +56,8 @@ jobs:
5856
remove-codeql: "true"
5957
remove-docker-images: "true"
6058
build-mount-path: ${{ env.CONTAINERS_ROOT }} # The remaining space only for container build
59+
60+
- run: mkdir -p $TMPDIR
6161

6262
- name: Prepare environment variables
6363
run: |

0 commit comments

Comments
 (0)