mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-08 02:27:07 +00:00
move haskell implementation to a folder (#108)
* move haskell implementation to a folder * build v5 branch * fixing CI
This commit is contained in:
committed by
GitHub
parent
8b7d6e5f19
commit
5cba18120b
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v4
|
||||
- v5
|
||||
tags:
|
||||
- "v*"
|
||||
pull_request:
|
||||
@@ -87,6 +87,7 @@ jobs:
|
||||
|
||||
- name: Build & test
|
||||
id: build_test
|
||||
working-directory: ./haskell
|
||||
run: |
|
||||
stack build ${{ matrix.stack_args }}
|
||||
echo "::set-output name=LOCAL_INSTALL_ROOT::$(stack path --local-install-root)"
|
||||
|
||||
Reference in New Issue
Block a user