Skip to content

Commit

Permalink
Fix typo in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberArr authored May 10, 2024
1 parent f6c2e5b commit d24adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-stack-global-
- name: Build dependencies
run: stack bulid --only-dependencies
run: stack build --only-dependencies

- name: Build
run: stack build

0 comments on commit d24adb7

Please sign in to comment.