Skip to content

Commit

Permalink
workflows disabled steps
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 11, 2024
1 parent 48311ac commit 28594a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ jobs:
cache_path: ${{ steps.ccache-initialize-cache.outputs.CachePath }}
image_os: ${{ steps.ccache-initialize-cache.outputs.ImageOS }}

# I'm managing the ccache configuration manually on self-hosted runners using the ccache.conf
# because it's or will be used by more actions.
- name: Ccache prepare configuration 🥳
if: env.TinyIsSelfHostedRunner == 'false'
run: |
# ~ 490 * 3 + 100
ccache --set-config max_size=1600M
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,10 @@ jobs:
cache_path: ${{ steps.ccache-initialize-cache.outputs.CachePath }}
image_os: ${{ steps.ccache-initialize-cache.outputs.ImageOS }}

# I'm managing the ccache configuration manually on self-hosted runners using the ccache.conf
# because it's used by more actions.
- name: Ccache prepare configuration 🥳
if: env.TinyIsSelfHostedRunner == 'false'
run: |
# ~ 70 * 3 + 100
ccache.exe --set-config max_size=500M
Expand Down

0 comments on commit 28594a2

Please sign in to comment.