We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package
1 parent 203b988 commit 8a1a542Copy full SHA for 8a1a542
.github/workflows/build.yml
@@ -16,7 +16,10 @@ jobs:
16
os: ubuntu-latest
17
- target: osx-exe-bundle
18
os: macos-latest
19
+ - target: book
20
+ os: ubuntu-latest
21
22
+ name: Build ${{ matrix.target }}
23
runs-on: ${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v2
@@ -62,6 +65,10 @@ jobs:
62
65
- run: nix-build -A check-cabal-freeze
63
66
64
67
package:
68
+ # this will only work when the jobs above have uploaded
69
+ # their stuff to the nix cache, which will only work
70
+ # in this repository
71
+ if: github.repository == 'entropia/tip-toi-reveng'
72
runs-on: ubuntu-latest
73
needs: build
74
0 commit comments