Skip to content

Commit

Permalink
feat: installing stack by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
MizuriGit committed Dec 11, 2023
1 parent f56d7ce commit e96764d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ jobs:
with:
fetch-depth: 0

- name: Setup stack
uses: freckle/stack-action@v4
- name: Install stack
run: curl -sSL https://get.haskellstack.org/ | sh

- name: Build project
shell: bash
run: |
stack build
exit $?
mirroring_to_github:
name: Mirror to Epitech's github repository
Expand Down

0 comments on commit e96764d

Please sign in to comment.