Skip to content

Commit

Permalink
Agda install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asajeffrey committed Dec 1, 2023
1 parent ea886ba commit 391522e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
cabal install --allow-newer Agda-${{ matrix.agda }}
- name: check targets
run: |
~/.cabal/bin/agda Everything.agda
~/.local/bin/agda Everything.agda
- name: build executables
run: |
~/.cabal/bin/agda --compile PrettyPrinter.agda
~/.cabal/bin/agda --compile Interpreter.agda
~/.local/bin/agda --compile PrettyPrinter.agda
~/.local/bin/agda --compile Interpreter.agda
- name: clone Luau
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 391522e

Please sign in to comment.