Skip to content

Commit

Permalink
fix: remove failing step on CI/CD (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega authored Dec 19, 2024
1 parent bc70579 commit 7f42e98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Remove unused Haskell GHC CodeQL
run: |
sudo apt-get remove -y ghc haskell-platform
sudo apt-get autoremove -y
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/local/bin/ghcup
sudo rm -rf /opt/hostedtoolcache/CodeQL
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Remove unused Haskell GHC CodeQL
run: |
sudo apt-get remove -y ghc haskell-platform
sudo apt-get autoremove -y
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /usr/local/bin/ghcup
sudo rm -rf /opt/hostedtoolcache/CodeQL
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 7f42e98

Please sign in to comment.