Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc29 authored Dec 12, 2023
1 parent 002b8c2 commit 1f5fa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ghc-version: ${{ matrix.ghc-ver }}
cabal-version: ${{ matrix.cabal-ver }}
- name: Put cabal binaries in PATH
run: echo "~/.cabal/bin" >> $GITHUB_PATH
run: echo "~/.cabal/bin" >> $GITHUB_PATH
- name: Download Agda from Github
if: steps.cache-cabal.outputs.cache-hit != 'true'
uses: actions/checkout@v2
Expand Down

0 comments on commit 1f5fa7c

Please sign in to comment.