Skip to content

Commit

Permalink
feat: change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Nov 14, 2024
1 parent e193bb4 commit 108bd03
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,7 @@ jobs:
SERVICE_LIST: ${{ github.event.inputs.servicesList }}
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# This might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# All of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true


- name: Install musl cc
uses: awalsh128/cache-apt-pkgs-action@v1
with:
Expand Down

0 comments on commit 108bd03

Please sign in to comment.