diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73c10c8..5df7e97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,15 +19,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - submodules: true - - name: Remove GHCup - run: ghcup nuke - - name: Check GHCup is not present - run: "! command -v ghcup" - shell: bash - # - name: Run unit tests - # run: ./test/bats/bin/bats -T test - name: Run integration tests uses: asdf-vm/actions/plugin-test@v3 with: diff --git a/bin/list-all b/bin/list-all index cc33fc5..0dea16c 100755 --- a/bin/list-all +++ b/bin/list-all @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -euo pipefail -set -x current_script_path=${BASH_SOURCE[0]} plugin_dir=$(dirname "$(dirname "$current_script_path")")