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