Skip to content

Commit 8de0b3a

Browse files
committed
Attempt 2 to fix GitHub CI
1 parent 7dc3e84 commit 8de0b3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,10 @@ jobs:
9797
ghc: "9.10"
9898

9999
steps:
100-
- name: Shorten Working Directory
101-
run: |
102-
MY_GITHUB_WORKSPACE="${GITHUB_WORKSPACE//haskell-language-server/hls}"
103-
echo "GITHUB_WORKSPACE=${MY_GITHUB_WORKSPACE}" >> $GITHUB_ENV
104-
shell: bash
100+
105101
- uses: actions/checkout@v3
102+
with:
103+
path: ./hls
106104

107105

108106
- uses: ./.github/actions/setup-build

0 commit comments

Comments
 (0)