We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfebbc commit 863c2eaCopy full SHA for 863c2ea
.github/workflows/ci-ubuntu.yml
@@ -87,15 +87,7 @@ jobs:
87
${{ env.CABAL_INSTALL }}
88
cd ..
89
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
+
99
- name: Save external dependencies cache
100
if: steps.cache-external-restore.outputs.cache-hit != 'true'
101
uses: actions/cache/save@v4
0 commit comments