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.
1 parent 52c0b16 commit 65ac90eCopy full SHA for 65ac90e
.github/workflows/build.yml
@@ -27,6 +27,13 @@ jobs:
27
key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-${{ github.run_id }}-${{ github.run_attempt }}
28
restore-keys: |
29
repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }}-
30
+
31
+ - name: Prefetch Stackage snapshot
32
+ shell: bash
33
+ run: |
34
+ set -e -o pipefail
35
+ nix-shell --pure --run "cmd='bazel fetch @stackage//... $BAZEL_ARGS'; \$cmd || \$cmd || \$cmd"
36
37
- name: run gazelle_cabal
38
run: |
39
nix-shell --pure --run "bazel run $BAZEL_ARGS //:gazelle"
0 commit comments