Skip to content

Commit

Permalink
Fix syntax of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-bc committed Aug 19, 2021
1 parent e1fe1b7 commit 10adb65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
enable-stack: true
with:
enable-stack: true

- name: build executable
run: |
Expand Down

0 comments on commit 10adb65

Please sign in to comment.