Skip to content

Commit d33a704

Browse files
authored
Update postgresql.yml
1 parent 62e415d commit d33a704

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/postgresql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
steps:
35+
- name: Delete huge unnecessary tools folder
36+
run: rm -rf /opt/hostedtoolcache
3537
- name: Set tags
3638
run: |
3739
if [ -z "$TAG" ]; then

0 commit comments

Comments
 (0)