Skip to content

Commit 4c9660e

Browse files
committed
Merge branch 'master' of github.com:digitallyinduced/haskellframework
2 parents 7c1e947 + 1537c05 commit 4c9660e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Linux Build
22
on:
33
push:
4-
branches:
5-
- master
4+
branches: [master]
65
jobs:
76
tests:
87
runs-on: ubuntu-latest

.github/workflows/build_mac.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Mac Build
2+
on:
3+
push:
4+
branches: [master]
5+
jobs:
6+
tests:
7+
runs-on: macos-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: cachix/install-nix-action@v9
11+
- uses: cachix/cachix-action@v6
12+
with:
13+
name: digitallyinduced
14+
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
15+
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
16+
- run: |
17+
nix-env -i direnv
18+
nix-env -f https://beta:[email protected]/ihp-new.tar.gz -i ihp-new
19+
ihp-new blog

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[Follow the Guide to build your first project!](https://ihp.digitallyinduced.com/Guide/) 🚀
1212

13-
[📧 To stay in the loop, subscribe to the IHP release emails.](http://eepurl.com/g51zq1)
13+
[📧 To stay in the loop, subscribe to the IHP release emails.](http://eepurl.com/g51zq1) Or follow [digitally induced on twitter.](https://twitter.com/digitallyinduce)
1414

1515
Questions, or need help with haskell type errors? Join our Gitter Chat:
1616

0 commit comments

Comments
 (0)