Skip to content

Commit

Permalink
ci: fix cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 8, 2025
1 parent 95ee688 commit e6aaf90
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 @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: haskell-actions/setup@main

- uses: actions/checkout@v4

- name: Run the program
run: runghc .\src\Flx.hs
run: runghc ./src/Flx.hs

0 comments on commit e6aaf90

Please sign in to comment.