Skip to content

Commit 863c2ea

Browse files
committed
Revert "blindly try stuff"
This reverts commit 6fe71f3. # Conflicts: # .github/workflows/ci-ubuntu.yml
1 parent dcfebbc commit 863c2ea

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,7 @@ jobs:
8787
${{ env.CABAL_INSTALL }}
8888
cd ..
8989
rm -rf agda
90-
91-
- name: Download and install fix-whitespace
92-
if: steps.cache-external-restore.outputs.cache-hit != 'true'
93-
run: |
94-
git clone https://github.com/agda/fix-whitespace --depth=1
95-
cd fix-whitespace
96-
${{ env.CABAL_INSTALL }} fix-whitespace.cabal
97-
cd ..
98-
90+
9991
- name: Save external dependencies cache
10092
if: steps.cache-external-restore.outputs.cache-hit != 'true'
10193
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)