Adjust positioning of with

This commit is contained in:
Kokomo123
2024-08-26 08:27:39 -04:00
parent fb1c9fedf1
commit 2a7d6d46af

View File

@@ -50,14 +50,14 @@ jobs:
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tools-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
docker-images: false
tools-cache: true
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
docker-images: false
- name: Set Env
run: |
IMAGE_VERSION=${{ github.ref_name }}