Skip to content

Commit 3e4c0fe

Browse files
committed
minimize conflict set
1 parent 61cde74 commit 3e4c0fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-site.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
name: Build site
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: add hvr
13+
run: sudo add-apt-repository ppa:hvr/ghc
1214
- name: update package database
1315
run: sudo apt-get update
1416
- name: install required packages
@@ -37,6 +39,8 @@ jobs:
3739
needs: [linux1, linux2]
3840
if: github.ref == 'refs/heads/master'
3941
steps:
42+
- name: add hvr
43+
run: sudo add-apt-repository ppa:hvr/ghc
4044
- name: update package database
4145
run: sudo apt-get update
4246
- name: install required packages

0 commit comments

Comments
 (0)